deploy prod with registry.cn-shenzhen.aliyuncs.com registry
This commit is contained in:
parent
b5b62d3b4d
commit
76655eb4b1
@ -42,6 +42,7 @@ build-docker:
|
||||
script:
|
||||
- make docker-build
|
||||
- make docker-push
|
||||
- make docker-push-prod
|
||||
dependencies:
|
||||
- build-web
|
||||
except:
|
||||
|
||||
2
Makefile
2
Makefile
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user