Skip to content

Commit 18144fc

Browse files
committed
remove file
1 parent dcdff2f commit 18144fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ jobs:
6060
ssh -o StrictHostKeyChecking=no -i vps_key.pem $VPS_USER@$VPS_IP "
6161
cd /home/hmcroot/app/development/lms-be &&
6262
rm -f main &&
63-
tar -xzvf main.tar.gz &&
63+
tar -xzvf main.tar.gz && rm -f main.tar.gz
6464
sudo systemctl restart lms-be-development.service"

0 commit comments

Comments
 (0)