Skip to content

Commit ef0fa93

Browse files
committed
Remove dist folder.
1 parent 3789cf2 commit ef0fa93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/deploy_deepgit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ git pull origin deploy
77

88
# build and deploy the frontend
99
npm install
10-
rm -rf
10+
rm -rf dist
1111
npm run build
1212
sudo rm -rf /var/www/deepgit-app/*
1313
sudo cp -rf ~/projects/deepgit

0 commit comments

Comments
 (0)