Commit 7b6f0bc9 authored by Chunchi Che's avatar Chunchi Che

fix gitlab-ci

parent 734b1b32
Pipeline #20250 failed with stages
in 6 minutes and 25 seconds
......@@ -49,8 +49,9 @@ deploy:
stage: deploy
tags:
- linux
extends: npm_build
script:
- sudo apt-get install rsync
- rsync -av -e 'ssh -p 22' dist/ 'kirayamato@8.142.104.5:${NEOS_DEPLOY_PATH}'
- rsync -av -e 'ssh -p 22' assets/ 'kirayamato@8.142.104.5:${NEOS_DEPLOY_PATH}/assets'
- rsync -av -e 'ssh -p -i $NEOS_SSH_PRIVATE_KEY' dist/ 'kirayamato@8.142.104.5:${NEOS_DEPLOY_PATH}'
- rsync -av -e 'ssh -p -i $NEOS_SSH_PRIVATE_KEY' assets/ 'kirayamato@8.142.104.5:${NEOS_DEPLOY_PATH}/assets'
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