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
|
||||
|
||||
1. 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).
|
||||
Our [drone.autonomic.zone](https://drone.autonomic.zone/autonomic-cooperative/autonomic.zone/) configuration automatically deploys.
|
||||
|
@ -3,6 +3,7 @@ version: "3.7"
|
||||
|
||||
services:
|
||||
jekyll:
|
||||
image: jekyll/jekyll:4
|
||||
command: jekyll serve --watch --force_polling --trace
|
||||
volumes:
|
||||
- ".:/srv/jekyll"
|
||||
|
@ -3,6 +3,5 @@ version: "3.7"
|
||||
|
||||
services:
|
||||
jekyll:
|
||||
image: jekyll/jekyll:4
|
||||
ports:
|
||||
- "4000:4000"
|
||||
|
Reference in New Issue
Block a user