about-me/.drone.yml
Forrest Loomis b23b92a2e4
All checks were successful
continuous-integration/drone Build is passing
update target
2022-01-16 12:03:03 -05:00

28 lines
551 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: submodules
image: alpine/git
commands:
- git submodule update --init --recursive
- name: build
image: registry.gitlab.com/pages/hugo:latest
commands:
- hugo version
- HUGO_ENV=production hugo -v
- apk add curl
- curl cybercyst.me
- name: deploy
image: drillster/drone-rsync
settings:
hosts: ["cybercyst.me"]
user: drone
key:
from_secret: ssh_key
target: /var/www/cybercyst.me
source: ./public