Skip to content

Commit 0c74de2

Browse files
committed
chore: empty /var/www/html/alpha.lies.exposed/admin folder before copying new build
1 parent 8026b78 commit 0c74de2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/post-deploy.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ pnpm packages:build
2626
cd ./services/admin-web;
2727
pnpm build:app
2828
cd ../../;
29+
sudo rm -rf "/var/www/html/${HOST}/admin/"
2930
cp -r /root/node/app/current/services/admin-web/build/* "/var/www/html/${HOST}/admin/"
3031

3132
# build storybook

0 commit comments

Comments
 (0)