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 5283f79 commit 5ad026cCopy full SHA for 5ad026c
.github/workflows/development.yml
@@ -25,7 +25,7 @@ jobs:
25
run: go build -o main .
26
27
- name: Archive Build Output
28
- run: tar -czvf main.tar.gz main database
+ run: tar -czvf main.tar.gz main
29
30
- name: Upload Artifact
31
uses: actions/upload-artifact@v4
@@ -60,6 +60,5 @@ jobs:
60
ssh -o StrictHostKeyChecking=no -i vps_key.pem $VPS_USER@$VPS_IP "
61
cd /home/hmcroot/app/development/lms-be &&
62
rm -f main &&
63
- rm -rf database &&
64
tar -xzvf main.tar.gz && rm -f main.tar.gz
65
sudo systemctl restart lms-be-development.service"
0 commit comments