aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ci-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci-build.sh b/scripts/ci-build.sh
index ed5c855..426eded 100755
--- a/scripts/ci-build.sh
+++ b/scripts/ci-build.sh
@@ -37,4 +37,4 @@ git config --global user.email git@euandre.org
git config --global user.name 'EuAndreh CI'
./scripts/with-container.sh 'make clean check public'
-mv public/ /srv/http/vps/
+rm -rf /srv/http/vps/ && mv public/ /srv/http/vps/