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

Appease rsync slash requirements

parent d64ad32f
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 --quiet . $SSH_USER@$DEPLOY_HOST::/var/www/apilab
- rsync -r --delete-after --quiet ./ $SSH_USER@$DEPLOY_HOST::var/www/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