This commit is contained in:
parent
01973a5a16
commit
fb8194fa01
|
@ -48,7 +48,5 @@ steps:
|
|||
- chmod 600 ~/.ssh/deployKey
|
||||
- ssh-keyscan -H -p $SSH_PORT $SSH_HOST 2>/dev/null >> ~/.ssh/known_hosts
|
||||
- chmod 600 ~/.ssh/known_hosts
|
||||
# TARGET_PATH protokollieren
|
||||
- sh -c 'echo "Target Path for Deployment: $TARGET_PATH"'
|
||||
- ssh -i ~/.ssh/deployKey -p $SSH_PORT $SSH_USER@$SSH_HOST "mkdir -p $TARGET_PATH"
|
||||
- scp -r -i ~/.ssh/deployKey -P $SSH_PORT sb/public/* $SSH_USER@$SSH_HOST:$TARGET_PATH/
|
||||
|
|
Loading…
Reference in a new issue