Update web deploy#695
Merged
Merged
Conversation
Introduce a script to assert the current AWS account matches the expected account and invoke it from CI. Upgrade aws-actions/configure-aws-credentials to v5.1.1 and switch to assuming a role (role-to-assume) with role-session-name. Move AWS/Cloudflare/PostHog values to repository vars, set SST_STAGE via environment (normalize 'prod' to 'production'), and update SST deploy/remove/command steps to use the SST_STAGE env var. Also add id-token permission, set job environments, rename production job, and change preview concurrency to queue instead of canceling in-flight deploys.
Delete the manual SST Command GitHub Actions workflow (.github/workflows/sst-command.yml). Update trajectory metadata to record the root cause (empty CLOUDFLARE_DEFAULT_ACCOUNT_ID causing preview failures) and the decision noting the workflow removal, and bump trajectory index metadata (lastUpdated and local path). This records the rationale for removing the workflow (no other references) and updates the active trajectory entry accordingly.
Contributor
|
Preview deployed!
This preview will be cleaned up when the PR is merged or closed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update web deploy to use OIDC