home to your local SPACEGIRL 💫 arimelody.space

tweak for new CI

+2 -1
+2 -1
.forgejo/workflows/push-prod.yaml
··· 44 44 ssh -o StrictHostKeyChecking=no $REMOTE -p $PORT << EOT 45 45 cd ${{ secrets.DEPLOY_DIR }} 46 46 tar xzf ~/$EXEC.tar.gz 47 - echo "restart" > ./deploy.sock 47 + /bin/bash ~/restart.sh 48 + rm ~/$EXEC.tar.gz 48 49 EOT 49 50