Skip to content

Commit

Permalink
Changes in deploy.yml file for update in instance group
Browse files Browse the repository at this point in the history
  • Loading branch information
gloom39 committed Aug 3, 2024
1 parent c4e6eac commit 6448856
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,5 @@ jobs:
gcloud config set account ${{ secrets.SERVICE_ACCOUNT }}
gcloud auth print-access-token | docker login -u oauth2accesstoken --password-stdin https://us-west4-docker.pkg.dev
docker push us-west4-docker.pkg.dev/erebrus-prod/erebrus/erebrus-gateway:prod
gcloud run deploy erebrus-gateway --image us-west4-docker.pkg.dev/erebrus-prod/erebrus/erebrus-gateway:prod --region us-west4
gcloud compute instance-groups managed rolling-action replace erebrus-gateway-prod --region us-west4 --max-surge=2 --max-unavailable=0

0 comments on commit 6448856

Please sign in to comment.