feat(deploy): add job to run migrations
This commit is contained in:
parent
72bcaf4b32
commit
68436545be
4 changed files with 56 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue