Skip to content

Commit

Permalink
[DOP-4334]: deploy to preprod
Browse files Browse the repository at this point in the history
  • Loading branch information
branberry committed Feb 26, 2024
1 parent 51c0e72 commit 3d90bfc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-stg-ecs.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
on:
push:
branches:
- "main"
- "integration"
- 'main'
- 'integration'
- 'DOP-4334'
concurrency:
group: environment-stg-${{ github.ref }}
cancel-in-progress: true
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/update-feature-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ jobs:
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
version: latest
- uses: actions/checkout@v4
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
Expand Down
1 change: 1 addition & 0 deletions cdk-infra/lib/constructs/worker/worker-construct.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ export class WorkerConstruct extends Construct {
NPM_BASE_64_AUTH: dockerEnvironment.NPM_BASE_64_AUTH,
NPM_EMAIL: dockerEnvironment.NPM_EMAIL,
},

cacheFrom: [{ type: 'gha' }],
cacheTo: { type: 'gha', params: { mode: 'max' } },
};
Expand Down

0 comments on commit 3d90bfc

Please sign in to comment.