ci: Use registry.gitlab.com to deploy prod

This commit is contained in:
Fam Zheng 2025-03-01 16:31:42 +00:00
parent 6f0a31aba1
commit 86c33b8198
2 changed files with 2 additions and 3 deletions

View File

@ -117,7 +117,6 @@ deploy-prod:
only:
- main
script:
- make docker-push-prod
- make deploy-api-prod
cache: []
dependencies: []

View File

@ -93,8 +93,8 @@ deploy-api-dev:
kubectl --kubeconfig deploy/kubeconfig.dev rollout status --timeout=1h deploy api
deploy-api-prod:
curl -X POST https://euphon-alert-23358.famzheng.workers.dev/ -d 'Deploying Emblem API to prod: $(IMAGE_PROD)'
kubectl --kubeconfig deploy/kubeconfig.themblem set image deploy api emblem=$(IMAGE_PROD)
curl -X POST https://euphon-alert-23358.famzheng.workers.dev/ -d 'Deploying Emblem API to prod: $(IMAGE)'
kubectl --kubeconfig deploy/kubeconfig.themblem set image deploy api emblem=$(IMAGE)
kubectl --kubeconfig deploy/kubeconfig.themblem rollout status --timeout=1h deploy api
deploy-roi-worker: