Skip to content

Commit

Permalink
Gogogo
Browse files Browse the repository at this point in the history
  • Loading branch information
clementduveau committed Oct 19, 2024
1 parent 8739b11 commit ca9c5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
run: aws s3 sync ./public s3://stock-options --endpoint-url ${{ secrets.S3_ENDPOINT_URL }}
env:
AWS_ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY_ID: ${{ secrets.S3_SECRET_ACCESS_KEY }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.S3_SECRET_ACCESS_KEY }}
AWS_DEFAULT_REGION: ${{ secrets.S3_REGION }}
AWS_DEFAULT_S3_ENDPOINT: ${{ secrets.S3_ENDPOINT_URL }}

0 comments on commit ca9c5fc

Please sign in to comment.