website/.woodpecker.yml
Gregory Ballantine dbe390c2d2
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Updated woodpecker config to push to the current web servers
2023-07-06 23:52:51 -04:00

27 lines
544 B
YAML

pipeline:
build:
image: jekyll/jekyll:4
environment:
- JEKYLL_ROOTLESS=1
commands:
- mkdir _site
- jekyll build -s src/ --disable-disk-cache
deploy:
image: appleboy/drone-scp
settings:
host:
- www1.int.metaunix.net
- www2.int.metaunix.net
user: xadmin
port: 22
password:
from_secret: ssh_password
command_timeout: 2m
target: /var/www/bitgoblin.tech
source: ./_site/*
rm: True
strip_components: 1
when:
event: tag