17
0
Fork 0

add deploy doc

This commit is contained in:
Quentin 2023-07-25 18:41:52 +02:00
parent 43f8f7a0eb
commit 3b5da22cf0
Signed by: quentin
GPG Key ID: E9602264D639FF68
1 changed files with 4 additions and 0 deletions

View File

@ -20,4 +20,8 @@ yarn build
zola build
```
## Deploy
```
aws s3 sync --delete ./public s3://aerogramme.deuxfleurs.fr/
```