fix: make migrate executable

This commit is contained in:
skeris 2024-05-14 01:20:33 +03:00
parent 61fc75afd3
commit 0803682802
2 changed files with 1 additions and 1 deletions

@ -28,7 +28,7 @@ migrate-staging:
- apk add git - apk add git
- git clone https://buildToken:glpat-axA8ttckx3aPf_xd2Dym@penahub.gitlab.yandexcloud.net/backend/quiz/common.git - git clone https://buildToken:glpat-axA8ttckx3aPf_xd2Dym@penahub.gitlab.yandexcloud.net/backend/quiz/common.git
- ls - ls
- ./tools/migrate -source file://dal/schema -database postgres://squiz:Redalert2@10.8.0.5:5433/database_name?sslmode=disable - ./tools/migrate -source file://common/dal/schema -database postgres://squiz:Redalert2@10.8.0.5:5433/database_name?sslmode=disable up
deploy-staging: deploy-staging:
stage: deploy stage: deploy

0
tools/migrate Normal file → Executable file