Skip to content

Commit

Permalink
update cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
tinn.nguyen committed Dec 14, 2023
1 parent 562ea5c commit 31ce2f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,5 @@ jobs:
S3_BUCKET_DEV: ${{ secrets.S3_BUCKET_DEV }}
CLOUDFRONT_ID_DEV: ${{ secrets.CLOUDFRONT_ID_DEV }}
run: |
aws s3 sync ./build/ $S3_BUCKET_DEV/klaytn-docs --delete
aws s3 sync ./build/ $S3_BUCKET_DEV --delete
aws cloudfront create-invalidation --distribution-id $CLOUDFRONT_ID_DEV --paths "/*"
2 changes: 1 addition & 1 deletion .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,5 @@ jobs:
S3_BUCKET_DEV: ${{ secrets.S3_BUCKET_DEV }}
CLOUDFRONT_ID_DEV: ${{ secrets.CLOUDFRONT_ID_DEV }}
run: |
aws s3 sync ./build/ $S3_BUCKET_DEV/klaytn-docs --delete
aws s3 sync ./build/ $S3_BUCKET_DEV --delete
aws cloudfront create-invalidation --distribution-id $CLOUDFRONT_ID_DEV --paths "/*"

0 comments on commit 31ce2f2

Please sign in to comment.