Skip to content
Snippets Groups Projects
Commit 25171995 authored by Eric Eastwood's avatar Eric Eastwood
Browse files

Use apilab rsync module

parent 995b5739
No related branches found
No related tags found
No related merge requests found
Pipeline #
Loading
Loading
@@ -56,7 +56,7 @@ test:
deploy:
stage: deploy
script:
- rsync -r --delete-after -vvv ./ $SSH_USER@$DEPLOY_HOST::var/www/apilab/
- rsync -r --delete-after --quiet ./ $SSH_USER@$DEPLOY_HOST::apilab/
- ssh $SSH_USER@$DEPLOY_HOST <<EOF
pm2 restart apilab
EOF
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment