Skip to content

Commit

Permalink
add binary
Browse files Browse the repository at this point in the history
  • Loading branch information
AfandyW committed Oct 7, 2024
1 parent 209a3b3 commit 9b3d536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
chmod 600 vps_key.pem
ssh -o StrictHostKeyChecking=no -i vps_key.pem $VPS_USER@$VPS_IP "
scp -o StrictHostKeyChecking=no -i vps_key.pem main.tar.gz $VPS_USER@$VPS_IP:/home/hmcroot/app/development/lms-be/
cd /home/hmcroot/app/development/lms-be &&
rm -f main &&
tar -xzvf main.tar.gz &&
Expand Down

0 comments on commit 9b3d536

Please sign in to comment.