1
0
Fork 0

feat(deploy): add job to run migrations

This commit is contained in:
Vojtěch Mareš 2024-06-27 21:01:12 +02:00
parent 72bcaf4b32
commit 68436545be
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
4 changed files with 56 additions and 0 deletions

View file

@ -78,6 +78,7 @@ deploy:staging:
api ./deploy \
--values deploy/values.staging.yaml \
--set image.tag=$TAG \
--set migrations.image.tag=$TAG \
--set imageCredentials.username=$REGISTRY_USERNAME \
--set imageCredentials.password=$REGISTRY_PASSWORD \
--set config.database.url=$DATABASE_URL