Commit 2de0be28 authored by wind2009's avatar wind2009

Update .gitlab-ci.yml

parent 3e9bd611
Pipeline #27870 passed with stages
in 6 minutes and 21 seconds
...@@ -98,7 +98,7 @@ deploy: ...@@ -98,7 +98,7 @@ deploy:
- linux - linux
script: script:
- apt update && apt -y install openssh-client rsync coreutils - apt update && apt -y install openssh-client rsync coreutils
- mkdir ~/.ssh - mkdir -p ~/.ssh
- chmod 700 ~/.ssh - chmod 700 ~/.ssh
- ssh-keyscan $SERVER_HOST >> ~/.ssh/known_hosts - ssh-keyscan $SERVER_HOST >> ~/.ssh/known_hosts
- echo $NANAHIRA_SSH_KEY | base64 --decode > ~/.ssh/id_rsa - echo $NANAHIRA_SSH_KEY | base64 --decode > ~/.ssh/id_rsa
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment