sparkgeo / tile-id-api

MIT License
2 stars 0 forks source link

Cdk diff wf #5

Closed michaelconnor00 closed 6 months ago

michaelconnor00 commented 6 months ago

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 commented 6 months ago

@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 commented 6 months ago

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.