Initial .woodpecker.yaml
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
Signed-off-by: Sergio Durigan Junior <sergiodj@sergiodj.net>
This commit is contained in:
parent
0a908d134a
commit
39d8a66fc3
1 changed files with 16 additions and 0 deletions
16
.woodpecker.yaml
Normal file
16
.woodpecker.yaml
Normal file
|
@ -0,0 +1,16 @@
|
|||
steps:
|
||||
- name: build
|
||||
image: debian:testing-slim
|
||||
secrets: [ ssh_key, ssh_port ]
|
||||
commands:
|
||||
- apt-get update
|
||||
- apt-get install -y hugo rsync openssh-client
|
||||
- mkdir ~/.ssh
|
||||
- printf '%s\n' "$${SSH_KEY}" > ~/.ssh/id_rsa
|
||||
- chmod 0700 ~/.ssh
|
||||
- find .
|
||||
# - /usr/bin/rsync --verbose --compress --archive --recursive \
|
||||
# --progress --checksum --delete \
|
||||
# --rsh="/usr/bin/ssh \
|
||||
# -p $${SSH_PORT} -o StrictHostKeyChecking=no" \
|
||||
# public/ blog@sergiodj.net:.
|
Loading…
Reference in a new issue