Files
sabbatical.ipng.nl/.drone.yml
Pim van Pelt e579a60877
All checks were successful
continuous-integration/drone/push Build is passing
Check .gitattributes
2025-09-30 21:08:46 +02:00

40 lines
1.0 KiB
YAML

kind: pipeline
name: default
steps:
- name: setup
image: alpine/git
commands:
- git lfs install --skip-repo
- git lfs fetch # Fetch the LFS objects to the local cache
- git lfs checkout # Replace the pointer files with the binary content
- git lfs ls-files
- cat .gitattributes # Display the file contents in the logs
- ls -lh static/img/thumbnails/2024-09-21/
- name: build
image: git.ipng.ch/ipng/drone-hugo:release-0.148.2
settings:
hugo_version: 0.148.2
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: '-6'
source: public/
target: /nginx/sites/sabbatical.ipng.nl/
delete: true
recursive: true
secrets: [ drone_sshkey ]
image_pull_secrets:
- git_ipng_ch_docker