Premier déploiement
This commit is contained in:
parent
fd4fc9574a
commit
2c6e3da7d6
3 changed files with 32 additions and 0 deletions
19
README.md
Normal file
19
README.md
Normal file
|
@ -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
|
||||
```
|
7
content/operations/deploiement/_index.md
Normal file
7
content/operations/deploiement/_index.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
+++
|
||||
title = "Déploiement"
|
||||
description = "Déploiement"
|
||||
weight = 10
|
||||
sorted_by = "weight"
|
||||
+++
|
||||
|
6
content/operations/support/_index.md
Normal file
6
content/operations/support/_index.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
+++
|
||||
title = "Support"
|
||||
description = "Support"
|
||||
weight = 50
|
||||
sorted_by = "weight"
|
||||
+++
|
Loading…
Reference in a new issue