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

Cdk diff wf #5

Merged
merged 15 commits into from
Mar 5, 2024
Merged

Cdk diff wf #5

merged 15 commits into from
Mar 5, 2024

Conversation

michaelconnor00
Copy link
Collaborator

Closes #4

Added a GHA workflow to .github/workflows/diff.yaml that gets AWS creds and sets them as ENV vars. This workflow can be used to build the deploy workflow.

@captaincoordinates
Copy link
Collaborator

@michaelconnor00 so this would dump a CDK diff to the GHA log? Will there be additional GHA job changes for a deployment from main after test runs?

@michaelconnor00
Copy link
Collaborator Author

Sorry, I didn't see this comment. This Diff workflow was intended to be a starting point for you. I wasn't sure how you wanted to configure it. If you want a single workflow that auto deploys anything pushed to main, then you can change the command to deploy only. Or if you would like the diff to block until someone can approve it.

@captaincoordinates captaincoordinates merged commit 0152c60 into main Mar 5, 2024
2 checks passed
@captaincoordinates captaincoordinates deleted the cdk-diff-wf branch March 5, 2024 22:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement CD via GitHub Actions
2 participants