tweak for new CI
All checks were successful
/ deploy (push) Successful in 30s

This commit is contained in:
ari melody 2025-10-22 02:38:10 +01:00
parent c4684285a6
commit 65f277b3f2
Signed by: ari
GPG key ID: CF99829C92678188

View file

@ -44,6 +44,7 @@ jobs:
ssh -o StrictHostKeyChecking=no $REMOTE -p $PORT << EOT
cd ${{ secrets.DEPLOY_DIR }}
tar xzf ~/$EXEC.tar.gz
echo "restart" > ./deploy.sock
/bin/bash ~/restart.sh
rm ~/$EXEC.tar.gz
EOT