Skip to content

Commit

Permalink
Add working directory for cdk deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
zacdezgeo committed Oct 11, 2024
1 parent 0f315b8 commit 6399e79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
aws-region: ${{ vars.CDK_DEFAULT_REGION }}

- name: Deploy CDK stack to staging
working-directory: ./space2stats_api/cdk
env:
STAGE: dev
PGHOST: ${{ secrets.PGHOST }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cd-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
aws-region: ${{ vars.CDK_DEFAULT_REGION }}

- name: Deploy CDK stack
working-directory: ./space2stats_api/cdk
env:
STAGING: prod
PGHOST: ${{ secrets.PGHOST }}
Expand Down

0 comments on commit 6399e79

Please sign in to comment.