This commit is contained in:
@@ -27,6 +27,7 @@ jobs:
|
||||
run: |
|
||||
curl -L https://github.com/golang-migrate/migrate/releases/download/v4.19.0/migrate.linux-amd64.tar.gz -o migrate.tar.gz
|
||||
tar -xzf migrate.tar.gz
|
||||
mv migrate /usr/local/bin/
|
||||
migrate -path=./migrations -database=$GREENLIGHT_DB_DSN up
|
||||
|
||||
- name: Build API
|
||||
|
||||
Reference in New Issue
Block a user