Absolutely blowing things up on the way to docker-compose setup

This commit is contained in:
Luke Murphy
2020-05-01 12:47:10 +02:00
parent 20ed2d29b1
commit fa6a2e120e
11 changed files with 5 additions and 156 deletions

View File

@ -13,11 +13,7 @@ with.
[writing posts]: https://jekyllrb.com/docs/posts/
[creating pages]: https://jekyllrb.com/docs/pages/
## Deploy It
Just push your changes to master and it will be deploy. See [Drone](https://drone.autonomic.zone/autonomic-cooperative/autonomic.zone/) for more.
## Hack On It
## Development
The prerequisites are [Docker](https://www.docker.com/) and [Docker-compose](https://docs.docker.com/compose/).
@ -56,9 +52,6 @@ To stop the container when you're done, you can run:
$ docker-compose stop
```
## Notes
## Production
1. For configuration, please note, we now use a `dev` environment config file:
`_config_dev.yml`. Hence if you edit one `_config*` file and you also want
that change to be reflected in the other environment ("dev", "prod") then
edit the other file as well!
TODO.