Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set concurrency group for all jobs that target a deployment environment #252

Open
2 of 4 tasks
hknutsen opened this issue Sep 19, 2023 · 1 comment
Open
2 of 4 tasks
Assignees
Labels
enhancement New feature or request

Comments

@hknutsen
Copy link
Member

hknutsen commented Sep 19, 2023

For all jobs that target a deployment environment (i.e. a value is provided for environment), add the job to a common concurrency group (e.g. deployment @ <environment>) to ensure only a single deployment is created for a given environment at all times.

Tasks

  • Set concurrency group for azure-function.yml
  • Set concurrency group for azure-webapp.yml
  • Set concurrency group for github-pages.yml
  • Set concurrency group for terraform.yml
@hknutsen hknutsen added the enhancement New feature or request label Sep 19, 2023
@hknutsen
Copy link
Member Author

terraform.yml should keep its current concurrency group. Works really well, as it allows deploying multiple configs to the same environment at once 🙂

@hknutsen hknutsen self-assigned this Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant