Skip to content

Commit d4e43eb

Browse files
JanSknCopilot
andauthored
fix: referenced wrong bucket name (#24)
* first version * fix: sqsdispatcher container starting * fix: loggin in handlers * fix: localstack workaround for eventbridge Co-authored-by: Copilot <copilot@github.com> * fix: full flow working Co-authored-by: Copilot <copilot@github.com> * first version Co-authored-by: Copilot <copilot@github.com> * fix: ci Co-authored-by: Copilot <copilot@github.com> * first pipeline Co-authored-by: Copilot <copilot@github.com> * fix: SHA manifest issue and artifact upload on main push * fix: content type for temp config file * add missing aws iam roles * release-based deployment * feat(infra): release-based cicd * fix: syntax error * docs: add architecture and dev guide * chore(infra): bootstrap s3 bucket for pipeline * chore(infra): add log group for CodeBuild * chore(web): add more meaningful error handling * feat: add error handling an enhance logic * add e2e test to staging * fix(ci): add missing permissions * fix: justfile * fix: inherit secrets * fix: secret * fix: add missing dependencies * fix: wait until localstack is ready * fix: missing artifacts * fix: typo * fix: add audience * fix: sam validation issues * fix * fix: regex * fix: concurrency * fix: string eval * fix: referenced wrong bucket name --------- Co-authored-by: Copilot <copilot@github.com>
1 parent afaeb86 commit d4e43eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-stg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
AWS_STG_ACCOUNT_ID: "071308038858"
3030
SHA: ${{ github.event.workflow_run.head_sha }} # the exact commit the publish-main run built the artifact set for
3131
ARTIFACT_BUCKET: "apiforge-artifacts-071308038858" # artifacts for backend and frontend
32-
FRONTEND_BUCKET: "apiforge-frontend-artifacts-071308038858" # frontend artifact copied from ARTIFACT_BUCKET
32+
FRONTEND_BUCKET: "apiforge-frontend-071308038858" # frontend artifact copied from ARTIFACT_BUCKET
3333
BUILD_PREFIX: "s3://apiforge-artifacts-071308038858/builds/${{ github.event.workflow_run.head_sha }}"
3434

3535
steps:

0 commit comments

Comments
 (0)