fix namespace

This commit is contained in:
Kirill Andrusyak
2023-08-24 20:14:22 +00:00
parent 6e2d63c321
commit 1e4307d2d8
2 changed files with 3 additions and 3 deletions

View File

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