aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2022-05-12 15:27:33 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2022-05-12 15:27:33 +0200
commit2c6e3da7d61f1d0eaf3ea8aeb72657aa7aa85b93 (patch)
treed3ec5f2e20f772dc6ebdc6295651ce2185eb7ae8 /README.md
parentfd4fc9574a8d847ad8e66a84f64e7ccd1b4bd87e (diff)
downloadguide.deuxfleurs.fr-2c6e3da7d61f1d0eaf3ea8aeb72657aa7aa85b93.tar.gz
guide.deuxfleurs.fr-2c6e3da7d61f1d0eaf3ea8aeb72657aa7aa85b93.zip
Premier déploiement
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..54a4677
--- /dev/null
+++ b/README.md
@@ -0,0 +1,19 @@
+# man.deuxfleurs.fr
+
+## Construire
+
+```bash
+zola buil
+```
+
+## Déployer
+
+```bash
+aws s3 sync ./public s3://man.deuxfleurs.fr
+```
+
+## Développer
+
+```bash
+zola serve
+```