Update README.md
This commit is contained in:
parent
7ca203ee66
commit
ed79c441cf
34
README.md
34
README.md
|
@ -4,10 +4,24 @@ This is the configuration for the **docker stack** running village hall web site
|
|||
|
||||
Served by a reverse proxy running on another docker stack.
|
||||
|
||||
## build
|
||||
|
||||
```sh
|
||||
|
||||
sh build.sh
|
||||
|
||||
```
|
||||
|
||||
## deploy
|
||||
|
||||
```sh
|
||||
|
||||
sh deploy.sh
|
||||
```
|
||||
|
||||
## secrets
|
||||
|
||||
you need to put secrets in the following files
|
||||
|
||||
![](./dont-tell-him-pike.jpeg)
|
||||
### .email
|
||||
|
||||
```
|
||||
|
@ -38,19 +52,3 @@ you need to put secrets in the following files
|
|||
```
|
||||
[secret!]
|
||||
```
|
||||
|
||||
## build
|
||||
|
||||
```sh
|
||||
|
||||
sh build.sh
|
||||
|
||||
```
|
||||
|
||||
## deploy
|
||||
|
||||
```sh
|
||||
|
||||
sh deploy.sh
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue