add namespace

This commit is contained in:
Kirill Andrusyak
2023-08-24 19:55:50 +00:00
parent 62ac8ddaaf
commit 6e2d63c321
2 changed files with 3 additions and 2 deletions

View File

@@ -14,4 +14,4 @@ migration-dev:
- master
script:
- sleep 30
- kubectl exec deploy/$CI_PROJECT_TITLE alembic upgrade head
- kubectl exec deploy/$CI_PROJECT_TITLE -n $NAMESPACE -- alembic upgrade head