Skip to content

Commit

Permalink
test: actions test
Browse files Browse the repository at this point in the history
  • Loading branch information
k000927 committed Jul 26, 2024
1 parent 90a78d2 commit 25828fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
env:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
run: aws s3 cp --recursive --region ap-northeast-2 dist s3://hybridjgs-frontend
run: aws s3 cp --recursive --region ap-northeast-2 s3://hybridjgs-frontend

# - name: Invalidate CloudFront Cache
# run: aws cloudfront create-invalidation --distribution-id

0 comments on commit 25828fa

Please sign in to comment.