Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Suke-H committed Feb 20, 2024
2 parents 040c369 + 33be1dd commit e5fbd3e
Show file tree
Hide file tree
Showing 15 changed files with 779 additions and 538 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ jobs:
BUCKET_NAME: ${{ secrets.BUCKET_NAME }}
REGION: ${{ secrets.REGION }}

- name: Deploy New Folder
run: aws s3 sync dist/ s3://${BUCKET_NAME}/game_pages/MyWordleProject --exact-timestamps --region ${REGION}
env:
BUCKET_NAME: ${{ secrets.BUCKET_NAME }}
REGION: ${{ secrets.REGION }}

- name: Clear cache
run: |
aws cloudfront create-invalidation --distribution-id ${DISTRIBUTION_ID} --paths "/*"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# wordle-sample

勉強としてWORDLEを作成
勉強としてWORDLEを作成
https://kakutory.com/game_pages/

<img width="35%" alt="PC表示" src="./docs/screenshot.png">
Expand Down
Loading

0 comments on commit e5fbd3e

Please sign in to comment.