Commit d2a265e0 authored by Chunchi Che's avatar Chunchi Che

fix gitlab-ci

parent f7ba8500
Pipeline #20259 passed with stages
in 7 minutes and 17 seconds
...@@ -45,9 +45,9 @@ deploy: ...@@ -45,9 +45,9 @@ deploy:
- npm_build - npm_build
script: script:
- sudo apt-get install rsync - sudo apt-get install rsync
- rsync -atv --progress --human-readable dist/ 'kirayamato@8.142.104.5:$NEOS_DEPLOY_PATH' - 'rsync -atv --progress --human-readable dist/ kirayamato@8.142.104.5:$NEOS_DEPLOY_PATH'
- rsync -atv --progress --human-readable assets/ 'kirayamato@8.142.104.5:$NEOS_DEPLOY_PATH/assets' - 'rsync -atv --progress --human-readable assets/ kirayamato@8.142.104.5:$NEOS_DEPLOY_PATH/assets'
- rsync -atv --progress --human-readable ygopro-database 'kirayamato@8.142.104.5:$NEOS_DEPLOY_PATH/ygopro-database' - 'rsync -atv --progress --human-readable ygopro-database kirayamato@8.142.104.5:$NEOS_DEPLOY_PATH/ygopro-database'
before_script: before_script:
- 'command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install openssh-client -y )' - 'command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install openssh-client -y )'
......
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