Skip to content

Commit

Permalink
add bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
ponkio-o committed Mar 2, 2024
1 parent 7025d51 commit d071ae5
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 @@ -27,6 +27,6 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{secrets.AWS_SECRET_ACCESS_KEY}}
AWS_REGION: ${{secrets.AWS_REGION}}

- run: aws s3api list-objects-v2 --endpoint-url $ENDPOINT
- run: aws s3api list-objects-v2 --endpoint-url $ENDPOINT --bucket portfolio
env:
ENDPOINT: ${{secrets.S3_ENDPOINT}}

0 comments on commit d071ae5

Please sign in to comment.