diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-05-12 15:27:33 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-05-12 15:27:33 +0200 |
commit | 2c6e3da7d61f1d0eaf3ea8aeb72657aa7aa85b93 (patch) | |
tree | d3ec5f2e20f772dc6ebdc6295651ce2185eb7ae8 | |
parent | fd4fc9574a8d847ad8e66a84f64e7ccd1b4bd87e (diff) | |
download | guide.deuxfleurs.fr-2c6e3da7d61f1d0eaf3ea8aeb72657aa7aa85b93.tar.gz guide.deuxfleurs.fr-2c6e3da7d61f1d0eaf3ea8aeb72657aa7aa85b93.zip |
Premier déploiement
-rw-r--r-- | README.md | 19 | ||||
-rw-r--r-- | content/operations/deploiement/_index.md | 7 | ||||
-rw-r--r-- | content/operations/support/_index.md | 6 |
3 files changed, 32 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 +``` diff --git a/content/operations/deploiement/_index.md b/content/operations/deploiement/_index.md new file mode 100644 index 0000000..e828ece --- /dev/null +++ b/content/operations/deploiement/_index.md @@ -0,0 +1,7 @@ ++++ +title = "Déploiement" +description = "Déploiement" +weight = 10 +sorted_by = "weight" ++++ + diff --git a/content/operations/support/_index.md b/content/operations/support/_index.md new file mode 100644 index 0000000..39da05d --- /dev/null +++ b/content/operations/support/_index.md @@ -0,0 +1,6 @@ ++++ +title = "Support" +description = "Support" +weight = 50 +sorted_by = "weight" ++++ |