Commit f7ba8500 authored by Chunchi Che's avatar Chunchi Che

fix gitlab-ci

parent a7755295
Pipeline #20258 failed with stages
in 6 minutes and 33 seconds
...@@ -45,8 +45,9 @@ deploy: ...@@ -45,8 +45,9 @@ deploy:
- npm_build - npm_build
script: script:
- sudo apt-get install rsync - sudo apt-get install rsync
- rsync -a --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 -a --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'
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