summaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2018-08-04 21:26:33 +0200
committerIgor Scheller <igor.scheller@igorshp.de>2018-08-05 17:28:10 +0200
commit3d245660c53da4b4da832c3139329e091dbfac3d (patch)
tree3d0b60a1bba55a7786ccf49f261077894c74c5c0 /deploy.sh
parent7f70b906e8e1aa18d0b9addf2ad009d5da5c3218 (diff)
Updated .gitlab-ci.yaml to create a release archive
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy.sh b/deploy.sh
index 9aa72ff5..b731e36a 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -50,7 +50,7 @@ fi
echo "syncing ${PWD}/ to ${remote_host}:${remote_path}/${deploy_id}/"
-rsync -vAax --exclude '.git*' --exclude .composer/ --exclude node_modules/ \
+rsync -vAax --exclude '.git*' --exclude .composer/ --exclude coverage/ --exclude node_modules/ \
-e "ssh -q -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no" \
./ "${remote_host}:${remote_path}/${deploy_id}/"