We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3789cf2 commit ef0fa93Copy full SHA for ef0fa93
.github/scripts/deploy_deepgit.sh
@@ -7,7 +7,7 @@ git pull origin deploy
7
8
# build and deploy the frontend
9
npm install
10
-rm -rf
+rm -rf dist
11
npm run build
12
sudo rm -rf /var/www/deepgit-app/*
13
sudo cp -rf ~/projects/deepgit
0 commit comments