Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ckamps authored Jan 3, 2024
1 parent 84b9770 commit b43916c
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,26 @@ $ terraform apply

## Publishing Hugo-based content

### Automate via GitHub Actions

See `.github/workflows/`

https://aws.amazon.com/blogs/security/use-iam-roles-to-connect-github-actions-to-actions-in-aws/

### Manual from dev client

```
$ hugo
```
Followed by either:

$ hugo deploy
```
Or:
```
% aws s3 cp public/ s3://defiancehome-com --recursive --profile kampmeier-infra

% aws cloudfront create-invalidation --distribution-id E27WOJ1ENY5GKJ --paths "/*" --profile kampmeier-infra

```
```

0 comments on commit b43916c

Please sign in to comment.