Commit 13c4e45c authored by nanahira's avatar nanahira

fix rsync

parent 73cf75a6
Pipeline #897 passed with stages
in 1 minute and 52 seconds
......@@ -50,6 +50,6 @@ deploy_to_ygopro_server:
- ssh-keyscan koishi.momobako.com >> ~/.ssh/known_hosts
- echo $NANAHIRA_SSH_KEY | base64 --decode > ~/.ssh/id_rsa
- chmod 600 ~/.ssh/*
- rsync -4cavzP output/ nanahira@koishi.momobako.com:~/ygopro-cn/expansions
- rsync -4cavzP --delete --exclude=cn-data.tar.gz --exclude=deck output/ nanahira@koishi.momobako.com:~/ygopro-cn/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