aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorADRN <adrien@luxeylab.net>2024-12-07 14:47:54 +0100
committerADRN <adrien@luxeylab.net>2024-12-07 19:23:25 +0100
commite8a76154659949db2f538fa77b08ed66a5534993 (patch)
tree9bd2130a61116a799b86db1ad82bbedc47d83599 /README.md
parenteb013ea3f2242401ce4111f27f6b8f71f6e04d93 (diff)
downloadguide.deuxfleurs.fr-e8a76154659949db2f538fa77b08ed66a5534993.tar.gz
guide.deuxfleurs.fr-e8a76154659949db2f538fa77b08ed66a5534993.zip
fix: compilation du site grace a l'ajout du dossier (section) 'vision'
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 39beb1b..463b824 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,3 @@
-
# [guide.deuxfleurs.fr](https://guide.deuxfleurs.fr)
## Construire
@@ -10,7 +9,10 @@ zola build
## Déployer
```bash
+# Pousser sur https://guide.deuxfleurs.fr
aws s3 sync ./public s3://guide.deuxfleurs.fr
+# Pousser sur https://preprod-guide.web.deuxfleurs.fr
+aws s3 sync ./public s3://preprod-guide
```
## Développer