Skip to content

Commit

Permalink
Merge pull request #196 from mwiraszka/v4.0.5
Browse files Browse the repository at this point in the history
v4.0.5
  • Loading branch information
mwiraszka authored Jul 4, 2024
2 parents 75c1147 + 952640e commit 3ccca3b
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 8 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,11 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID}}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: us-east-2

- name: Invalidate CloudFront cache
run: |
aws cloudfront create-invalidation --distribution-id ${{ secrets.DISTRIBUTION_ID }} --paths "/*"
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: us-east-1
19 changes: 12 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ Welcome to the source code repository for the new LCC website! Here you'll find

<https://londonchess.ca>

## Staging environment (for testing new features)

<http://londonchessclub.ca.s3-website.us-east-2.amazonaws.com>

## Architecture

> FRONTEND
Expand Down Expand Up @@ -37,9 +33,18 @@ Welcome to the source code repository for the new LCC website! Here you'll find

| | |
| --- | --------------------------------- |
| 🚀 | **New features** and improvements |
| 🚀 | New features & improvements |
| 🐛 | Bug fixes |
| 🔧 | Code refactoring |
| 🔧 | Behind-the-scenes changes |

<details>
<summary style="cursor: pointer">
v4.0.5 - July 5th, 2024
</summary>

- 🔧 Add step in GitHub action workflow to automatically invalidate CloudFront distribution whenever updating the production website S3

</details>

<details>
<summary style="cursor: pointer">
Expand Down Expand Up @@ -79,7 +84,7 @@ v4.0.1 - June 26th, 2024

- 🚀 Some minor styling touch-ups
- 🚀 Only display an article has been edited if it's at least 5 minutes after the creation time
- 🔧 Remove all 'MB' and empty {Fritz} annotations from archived games' PGNs
- 🚀 Remove all 'MB' and empty {Fritz} annotations from archived games' PGNs

</details>

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lcc-angular",
"version": "4.0.4",
"version": "4.0.5",
"description": "Frontend for the London Chess Club website, built with Angular",
"author": "Michal Wiraszka (https://wiraszka.com)",
"repository": {
Expand Down

0 comments on commit 3ccca3b

Please sign in to comment.