diff options
author | EuAndreh <eu@euandre.org> | 2020-12-02 16:35:03 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-12-02 16:42:59 -0300 |
commit | 58947f97c712a7f1da317f7278c3fe34bab5eb93 (patch) | |
tree | 1fa2e07816a6863d4c15c9d3a09df6b9d089f176 | |
parent | ci-build.sh: Clean before running check (diff) | |
download | server-58947f97c712a7f1da317f7278c3fe34bab5eb93.tar.gz server-58947f97c712a7f1da317f7278c3fe34bab5eb93.tar.xz |
ci-build.sh: Overwrite existing public/
-rwxr-xr-x | scripts/ci-build.sh | 2 |
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/ |