Skip to content

Commit

Permalink
remove file
Browse files Browse the repository at this point in the history
  • Loading branch information
AfandyW committed Oct 7, 2024
1 parent dcdff2f commit 18144fc
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 @@ -60,5 +60,5 @@ jobs:
ssh -o StrictHostKeyChecking=no -i vps_key.pem $VPS_USER@$VPS_IP "
cd /home/hmcroot/app/development/lms-be &&
rm -f main &&
tar -xzvf main.tar.gz &&
tar -xzvf main.tar.gz && rm -f main.tar.gz
sudo systemctl restart lms-be-development.service"

0 comments on commit 18144fc

Please sign in to comment.