Update .github/workflows/deploy.yml

This commit is contained in:
Alex Savin
2025-04-28 00:11:25 -04:00
parent 46f3caf277
commit a7fe3e5e66

View File

@ -1,6 +1,6 @@
name: Deploy Project
on:
on:
workflow_run:
workflows: build
types: [ completed ] #requested
@ -41,4 +41,3 @@ jobs:
run: |
ssh -tt -o StrictHostKeyChecking=no gitea@${{secrets.SSH_HOST}} 'whoami'
#