Skip to content

Commit

Permalink
Merge pull request #19 from Suke-H/show-answer
Browse files Browse the repository at this point in the history
SNSシェア用に、ゲームリザルトをテキスト変換
  • Loading branch information
Suke-H authored Feb 20, 2024
2 parents e1babe9 + c3bc0b3 commit 33be1dd
Show file tree
Hide file tree
Showing 16 changed files with 868 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 33be1dd

Please sign in to comment.