Resolving dev/prod final issues
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
ff4617f318
commit
3667ee109c
@ -54,5 +54,4 @@ $ docker-compose stop
|
|||||||
|
|
||||||
## Production
|
## Production
|
||||||
|
|
||||||
1. Our [drone.autonomic.zone](https://drone.autonomic.zone/autonomic-cooperative/autonomic.zone/) configuration automatically deploys.
|
Our [drone.autonomic.zone](https://drone.autonomic.zone/autonomic-cooperative/autonomic.zone/) configuration automatically deploys.
|
||||||
1. For a manual deploy guide, see [this documentation](https://git.autonomic.zone/autonomic-cooperative/organising/wiki/working-with-docker-swarm).
|
|
||||||
|
@ -3,6 +3,7 @@ version: "3.7"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
jekyll:
|
jekyll:
|
||||||
|
image: jekyll/jekyll:4
|
||||||
command: jekyll serve --watch --force_polling --trace
|
command: jekyll serve --watch --force_polling --trace
|
||||||
volumes:
|
volumes:
|
||||||
- ".:/srv/jekyll"
|
- ".:/srv/jekyll"
|
||||||
|
@ -3,6 +3,5 @@ version: "3.7"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
jekyll:
|
jekyll:
|
||||||
image: jekyll/jekyll:4
|
|
||||||
ports:
|
ports:
|
||||||
- "4000:4000"
|
- "4000:4000"
|
||||||
|
Reference in New Issue
Block a user