changed deploy image
This commit is contained in:
parent
c26336e3e6
commit
f4e589c8af
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ build:
|
|||
# Deploy to production
|
||||
deploy:
|
||||
stage: deploy
|
||||
image: bitnami/kubectl:latest
|
||||
image: alpine/k8s:1.28.4
|
||||
script:
|
||||
- kubectl rollout restart deployment/proxy-detection-api
|
||||
- kubectl rollout status deployment/proxy-detection-api --timeout=300s
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue