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
|
||||
name: deploy to docker container
|
||||
steps:
|
||||
- name: hugo build
|
||||
image: plugins/hugo
|
||||
settings:
|
||||
validate: true
|
||||
- name: docker cp deploy
|
||||
image: 3wordchant/docker-cp-deploy:latest
|
||||
settings:
|
||||
host: swarm.autonomic.zone
|
||||
service: customhtml_sophielewis_lasophielle_app
|
||||
source: public/
|
||||
dest: /usr/share/nginx/html
|
||||
service: lasophielle_org_app
|
||||
source: .
|
||||
dest: /src
|
||||
deploy_key:
|
||||
from_secret: drone_ssh_swarm.autonomic.zone
|
||||
depends_on:
|
||||
|
Loading…
Reference in New Issue
Block a user