Skip to content

Commit

Permalink
chore: Canceled old pulumi deploys. Concurrency for deployment is han…
Browse files Browse the repository at this point in the history
…dled by github actions
  • Loading branch information
Fgruntjes committed Mar 23, 2023
1 parent 0194713 commit 4619af4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions App.Deploy/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ set +a

# Login to cloud
pulumi login "gs://${GOOGLE_PROJECT_ID}-pulumi"
pulumi cancel --yes

# Set configuration only if modified
if [ ".env.deploy.local" -nt "Pulumi.${APP_ENVIRONMENT}.yaml" ] || [ ".env.local" -nt "Pulumi.${APP_ENVIRONMENT}.yaml" ]; then
Expand Down

0 comments on commit 4619af4

Please sign in to comment.