deploy prod with registry.cn-shenzhen.aliyuncs.com registry

This commit is contained in:
Fam Zheng 2025-11-04 21:32:31 +00:00
parent b5b62d3b4d
commit 76655eb4b1
2 changed files with 2 additions and 1 deletions

View File

@ -42,6 +42,7 @@ build-docker:
script:
- make docker-build
- make docker-push
- make docker-push-prod
dependencies:
- build-web
except:

View File

@ -79,7 +79,7 @@ deploy-api-dev:
./scripts/deploy.sh deploy/kubeconfig.dev $(IMAGE)
deploy-api-prod:
./scripts/deploy.sh deploy/kubeconfig.themblem $(IMAGE)
./scripts/deploy.sh deploy/kubeconfig.themblem $(IMAGE_PROD)
test: FORCE
cd api; ./manage.py migrate && ./manage.py test tests