Skip to content

Commit

Permalink
Deployment file cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
danniehansen committed Apr 16, 2024
1 parent 544f765 commit 8888635
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ jobs:
- name: cdk deploy
env:
ACT_ENV: 'dev'
AWS_ACCESS_KEY_ID: ${{ secrets.V2_AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.V2_AWS_SECRET_ACCESS_KEY }}
AWS_DEFAULT_REGION: 'eu-west-1'
TRELLO_SECRET: ${{ secrets.ACT_TRELLO_SECRET }}
run: cd infrastructure && npm ci && npx cdk bootstrap && npx cdk deploy --require-approval never
2 changes: 0 additions & 2 deletions .github/workflows/deploy_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ jobs:
- name: cdk deploy
env:
ACT_ENV: 'prod'
AWS_ACCESS_KEY_ID: ${{ secrets.V2_AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.V2_AWS_SECRET_ACCESS_KEY }}
AWS_DEFAULT_REGION: 'eu-west-1'
TRELLO_SECRET: ${{ secrets.ACT_TRELLO_SECRET }}
run: cd infrastructure && npm ci && npx cdk bootstrap && npx cdk deploy --require-approval never

0 comments on commit 8888635

Please sign in to comment.