website/.drone.yml

18 lines
321 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: build
image: klakegg/hugo
commands:
- hugo
- name: deploy
image: instrumentisto/rsync-ssh
commands:
- sh ./deploy.sh
environment:
SSH_USER: "www_deploy"
JUST_DEPLOY: "yes"
SSH_KEY:
from_secret: SSH_KEY