Skip to content

Commit fcf3788

Browse files
committed
Copy to deploy folder
1 parent cf4f9f4 commit fcf3788

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
@@ -10,7 +10,7 @@ npm install
1010
rm -rf dist
1111
npm run build
1212
sudo rm -rf /var/www/deepgit-app/*
13-
sudo cp -rf ~/projects/deepgit
13+
sudo cp -rf ~/projects/deepgit/dist/* /var/www/deepgit-app/*
1414

1515
# build and deploy the backend
1616
source .venv/bin/activate

0 commit comments

Comments
 (0)