Skip to content

Commit

Permalink
Modified source directory in deploy-to-s3.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Delaney H committed Mar 19, 2024
1 parent b055985 commit 273c510
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
node-version: [21.x]
steps:
- uses: actions/checkout@main
- uses: actions/checkout@master
- name: Use node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
Expand All @@ -30,4 +30,4 @@ jobs:
AWS_S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
SOURCE_DIR: "build"
SOURCE_DIR: "./frontend/build"

0 comments on commit 273c510

Please sign in to comment.