This commit is contained in:
parent
d552340f55
commit
ea5c6b19bc
@ -54,6 +54,7 @@ steps:
|
||||
# write the ssh key to disk for rsync handshake to remote server
|
||||
- ssh-keygen -t ed25519 -f ~/.ssh/id_rsa -N ''
|
||||
- cat ~/.ssh/id_rsa.pub
|
||||
- ssh-add ~/.ssh/id_rsa
|
||||
- touch ~/password.txt
|
||||
- echo -n $SERVER_PASS > ~/password.txt
|
||||
- echo $SERVER_PASS
|
||||
@ -67,7 +68,6 @@ steps:
|
||||
#- cp /root/.ssh/id_rsa.pub ~/.ssh/authorized_keys
|
||||
- chmod 600 ~/.ssh/id_rsa
|
||||
- eval `ssh-agent -s`
|
||||
#- ssh-add /root/.ssh/id_rsa
|
||||
#- ls -al /root/.ssh/
|
||||
|
||||
# setup Jekyll permissions and build jekyll site
|
||||
|
Loading…
x
Reference in New Issue
Block a user