Compare commits

..

No commits in common. "db41d9d495a93665f838afd2c75c6439240edd52" and "171dc66cd103affc900458d59ee79f25e0c32c26" have entirely different histories.

View file

@ -52,7 +52,7 @@ steps:
- echo "$SSH_PRIVATE_KEY" | base64 -d > ~/.ssh/deploy_key
- chmod 600 ~/.ssh/deploy_key
- ssh-keygen -f ~/.ssh/deploy_key -y > ~/.ssh/deploy_key.pub
- "cat ~/.ssh/deploy_key.pub | cut -f3 -d' '"
- cat ~/.ssh/deploy_key.pub | cut -f3 -d" "
- ssh -o StrictHostKeyChecking=no
-i ~/.ssh/deploy_key
"$SSH_USER@$SSH_HOST"