Skip to content

Commit

Permalink
Add changes to the .github/workflows/deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mutai-Gilbert committed Oct 25, 2024
1 parent e4b18f1 commit 43465fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
args: --acl public-read --delete --exact-timestamps --verbose
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: ${{ secrets.AWS_REGION }}
S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }}
AWS_ACCESS_KEY_ID: ${ secrets.AWS_ACCESS_KEY_ID }
AWS_SECRET_ACCESS_KEY: ${secrets.AWS_SECRET_ACCESS_KEY }
AWS_REGION: ${ secrets.AWS_REGION }
AWS_S3_BUCKET: ${ secrets.AWS_S3_BUCKET }

0 comments on commit 43465fd

Please sign in to comment.