This commit is contained in:
parent
9d5d602c04
commit
141ec061e0
|
@ -9,4 +9,9 @@ pipeline:
|
|||
image: klakegg/hugo:ext-alpine
|
||||
commands:
|
||||
- hugo -D
|
||||
- ls -lAh
|
||||
deploy:
|
||||
image: seriousbug/rsync
|
||||
secrets: [SSH_KEY, SSH_USER]
|
||||
commands:
|
||||
- echo $SSH_KEY > ssh_key
|
||||
- rsync -avz -e 'ssh -o StrictHostKeyChecking=no -i ssh_key' public/ $SSH_USER@bgenc.net:/array/www/
|
||||
|
|
Loading…
Reference in a new issue