Commit d738316a authored by wyykak's avatar wyykak

Update .gitlab-ci.yml

parent dcc4af4c
Pipeline #16725 failed with stages
in 2 minutes and 42 seconds
......@@ -37,10 +37,10 @@ deploy_to_ygopro_server:
- apt update && apt -y install openssh-client rsync coreutils
- mkdir ~/.ssh
- chmod 700 ~/.ssh
- ssh-keyscan 222diy.momobako.com >> ~/.ssh/known_hosts
- ssh-keyscan 10.198.5.216 >> ~/.ssh/known_hosts
- echo $NANAHIRA_SSH_KEY | base64 --decode > ~/.ssh/id_rsa
- chmod 600 ~/.ssh/*
- rsync -4cavz --exclude=pics --delete ./expansions/ nanahira@222diy.momobako.com:~/ygopro/expansions
- rsync -4cavz --exclude=pics --delete ./expansions/ root@10.198.5.216:~/ygopro/expansions
only:
- master
......
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