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

Create GitHub Action that deploys infrastructure #762

Closed
martcl opened this issue Feb 2, 2024 · 0 comments
Closed

Create GitHub Action that deploys infrastructure #762

martcl opened this issue Feb 2, 2024 · 0 comments
Labels
feature New feature or request good first issue Good for newcomers

Comments

@martcl
Copy link
Contributor

martcl commented Feb 2, 2024

Feature request

Our code is the source of truth when it comes to our infrastructure. We want the real infrastructure to change in dev environment when we merge it into dev-branch like-vise with prod.

problem now
If we want to change our infrastructure we need to do it from our local cli. Then the code can be merged. (The order of steps varies depending on what you do)

the fix
Create a GitHub Action that automatically deploys infrastructure changes in merge. (Remember to test and dobble check your workflow, since it can literally wipe the prod environment if configured incorrectly :))

In my opinion this should be done after implementing Azure Key Vault. See issue #

@martcl martcl added feature New feature or request good first issue Good for newcomers labels Feb 2, 2024
@MadsNyl MadsNyl closed this as not planned Won't fix, can't repro, duplicate, stale Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants