Switch to hugo deployment
This commit is contained in:
parent
132b7df873
commit
b3184b1b64
10
.drone.yml
10
.drone.yml
@ -2,17 +2,13 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: deploy to docker container
|
name: deploy to docker container
|
||||||
steps:
|
steps:
|
||||||
- name: hugo build
|
|
||||||
image: plugins/hugo
|
|
||||||
settings:
|
|
||||||
validate: true
|
|
||||||
- name: docker cp deploy
|
- name: docker cp deploy
|
||||||
image: 3wordchant/docker-cp-deploy:latest
|
image: 3wordchant/docker-cp-deploy:latest
|
||||||
settings:
|
settings:
|
||||||
host: swarm.autonomic.zone
|
host: swarm.autonomic.zone
|
||||||
service: customhtml_sophielewis_lasophielle_app
|
service: lasophielle_org_app
|
||||||
source: public/
|
source: .
|
||||||
dest: /usr/share/nginx/html
|
dest: /src
|
||||||
deploy_key:
|
deploy_key:
|
||||||
from_secret: drone_ssh_swarm.autonomic.zone
|
from_secret: drone_ssh_swarm.autonomic.zone
|
||||||
depends_on:
|
depends_on:
|
||||||
|
Loading…
Reference in New Issue
Block a user