Compare commits

..

No commits in common. "d0f9fb1d7dc7048d58a6758fd428bdc98dd84867" and "3395b28ff9045c7e5887890bf83075991c101461" have entirely different histories.

View File

@ -13,8 +13,9 @@ pipeline:
- mkdir ~/.ssh && chmod -R 700 ~/.ssh - mkdir ~/.ssh && chmod -R 700 ~/.ssh
# - apt update -y && apt install openssh-client rsync -y # - apt update -y && apt install openssh-client rsync -y
- echo "$SSH_HOST_KEY" > ~/.ssh/known_hosts - echo "$SSH_HOST_KEY" > ~/.ssh/known_hosts
- echo 'echo "$SSH_PASSPHRASE"\n' | tr -d '\r' > ~/.ssh/.print_ssh_password - echo 'echo "$SSH_PASSPHRASE"' > ~/.ssh/.print_ssh_password
- cat ~/.ssh/.print_ssh_password - tr -d '\r' < ~/.ssh/.print_ssh_password > out.sh
- mv out.sh ~/.ssh/.print_ssh_password
- chmod 700 ~/.ssh/.print_ssh_password - chmod 700 ~/.ssh/.print_ssh_password
- eval $(ssh-agent -s) - eval $(ssh-agent -s)
- echo "$SSH_DEPLOY_KEY" | tr -d '\r' | DISPLAY=":0.0" SSH_ASKPASS=~/.ssh/.print_ssh_password setsid ssh-add - - echo "$SSH_DEPLOY_KEY" | tr -d '\r' | DISPLAY=":0.0" SSH_ASKPASS=~/.ssh/.print_ssh_password setsid ssh-add -