1
0
Fork 0

Protect private key
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Sergio Durigan Junior 2024-02-24 21:37:50 -05:00
parent 8d2b7ee342
commit 199f07d0dd
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ steps:
- mkdir ~/.ssh
- printf '%s\n' "$${SSH_KEY}" > ~/.ssh/id_rsa
- chmod 0700 ~/.ssh
- chmod 0600 ~/.ssh/id_rsa
- /usr/bin/hugo --verbose
- /usr/bin/rsync --verbose --compress --archive --recursive
--progress --checksum --delete