Files
microservice-ci/templates/microservice-python.yaml
Kirill Andrusyak 1e4307d2d8 fix namespace
2023-08-24 20:14:22 +00:00

18 lines
323 B
YAML

include: '/templates/microservice.yaml'
stages:
- build
- deploy
- migration
migration-dev:
stage: migration
image: dtzar/helm-kubectl:latest
tags:
- docker
only:
- master
script:
- sleep 30
- kubectl exec deploy/$CI_PROJECT_TITLE-$NAMESPACE -n $NAMESPACE -- alembic upgrade head