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 fcf3788 commit 8589fd2Copy full SHA for 8589fd2
.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/dist/* /var/www/deepgit-app/*
+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