Skip to content

Commit

Permalink
Merge pull request #3 from tim-andes/gi-actions
Browse files Browse the repository at this point in the history
fix my secrets to be parsed properly
  • Loading branch information
tim-andes authored Mar 8, 2024
2 parents 71d39b1 + bc804db commit 1674066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Replace files in S3 bucket / Static Site
run: |
aws s3 sync <secrets.LOCAL_DIRECTORY_PATH> s3://<secrets.BUCKET_NAME> --delete --region <us-east-1> \
aws s3 sync ${{ secrets.LOCAL_DIRECTORY_PATH }} s3://${{ secrets.BUCKET_NAME }} --delete --region <us-east-1> \
--exclude "*" \
--include "index.html" \
--include "error.html" \
Expand Down

0 comments on commit 1674066

Please sign in to comment.