This commit is contained in:
parent
88e9b3c252
commit
955729fe90
|
@ -54,6 +54,7 @@ steps:
|
|||
SSH_TARGET:
|
||||
from_secret: SCP_TARGET_DIRECTORY
|
||||
commands:
|
||||
- mkdir $HOME/.ssh
|
||||
- echo "$SCP_KEY" > $HOME/.ssh/id_rsa
|
||||
- scp -rP public/ $SCP_PORT $SCP_USER@$SCP_HOSTNAME:$SCP_TARGET_DIRECTORY
|
||||
|
||||
|
|
Loading…
Reference in a new issue