aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-12-02 16:35:03 -0300
committerEuAndreh <eu@euandre.org>2020-12-02 16:42:59 -0300
commit58947f97c712a7f1da317f7278c3fe34bab5eb93 (patch)
tree1fa2e07816a6863d4c15c9d3a09df6b9d089f176
parentci-build.sh: Clean before running check (diff)
downloadserver-58947f97c712a7f1da317f7278c3fe34bab5eb93.tar.gz
server-58947f97c712a7f1da317f7278c3fe34bab5eb93.tar.xz
ci-build.sh: Overwrite existing public/
-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/