Fix gitea actions
This commit is contained in:
parent
398b36befb
commit
38e5826405
@ -106,6 +106,10 @@ jobs:
|
||||
EOF
|
||||
|
||||
notify:
|
||||
needs: deploy
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Wait for ntfy service to be healthy
|
||||
run: |
|
||||
ssh -o StrictHostKeyChecking=no $SERVER_USER@$SERVER_IP '
|
||||
|
||||
Loading…
Reference in New Issue
Block a user