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 cf4f9f4 commit fcf3788Copy full SHA for fcf3788
.github/scripts/deploy_deepgit.sh
@@ -10,7 +10,7 @@ npm install
10
rm -rf dist
11
npm run build
12
sudo rm -rf /var/www/deepgit-app/*
13
-sudo cp -rf ~/projects/deepgit
+sudo cp -rf ~/projects/deepgit/dist/* /var/www/deepgit-app/*
14
15
# build and deploy the backend
16
source .venv/bin/activate
0 commit comments