test
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Rikuoh Tsujitani 2023-08-21 15:21:04 +09:00
parent 6c2e0e305c
commit 0798eaf0e7

View file

@ -10,7 +10,15 @@ steps:
commands:
- hugo -D
deploy:
image: debian
image: appleboy/drone-scp
secrets: [SSH]
commands:
- scp -i $SSH -P 4545 -r public riq0h@109.123.230.119:~/
settings:
host:
- mystech.ink
username: riq0h
password:
from_secret: $SSH
port: 4545
target: /home/riq0h/
source:
- public