This commit is contained in:
parent
cfcc02b96b
commit
19d2f1f7db
@ -26,11 +26,15 @@ steps:
|
||||
from_secret: hugo_user
|
||||
OL_K:
|
||||
from_secret: hugo_k
|
||||
OL_K_PUB:
|
||||
from_secret: hugo_k_pub
|
||||
OL_D:
|
||||
from_secret: hugo_dir
|
||||
commands:
|
||||
- echo $OL_K > ol_k
|
||||
- echo $OL_K_PUB > ol_k.pub
|
||||
- chmod -v 0600 ./ol_k
|
||||
- chmod -v 0644 ./ol_k.pub
|
||||
- rsync --rsh="ssh -i ./ol_k -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null" -av --delete chown $OL public/ $OL@dotya.ml:$OL_D
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user