Skip to content

Commit

Permalink
Fixed source directory path for 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 af7cd5c commit b055985
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/deploy-to-lambda.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: "build"

0 comments on commit b055985

Please sign in to comment.