Files
ipng.ch/.drone.yml
Pim van Pelt 383a598fc7
All checks were successful
continuous-integration/drone/push Build is passing
Move drone to new target location
2025-08-07 10:57:02 +00:00

35 lines
757 B
YAML

kind: pipeline
name: default
steps:
- name: git-lfs
image: alpine/git
commands:
- git lfs install
- git lfs pull
- name: build
image: git.ipng.ch/ipng/drone-hugo:release-0.145.1
settings:
hugo_version: 0.145.0
extended: true
- name: rsync
image: drillster/drone-rsync
settings:
user: drone
key:
from_secret: drone_sshkey
hosts:
- nginx0.chrma0.net.ipng.ch
- nginx0.chplo0.net.ipng.ch
- nginx0.nlams1.net.ipng.ch
- nginx0.nlams2.net.ipng.ch
port: 22
args: '-6u --delete-after'
source: public/
target: /nginx/sites/ipng.ch/
recursive: true
secrets: [ drone_sshkey ]
image_pull_secrets:
- git_ipng_ch_docker