Files
shop-server/.gitea/workflows/deploy.yml
T
admin b974589693
Deploy / deploy (push) Failing after 0s
fix: use webhook instead of SSH
2026-06-11 09:42:56 +00:00

11 lines
325 B
YAML

name: Deploy
on:
push:
branches: [ main ]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Trigger webhook
run: |
curl -s -X POST http://192.168.1.112:9999 -H "Content-Type: application/json" -d "{"ref":"refs/heads/main","repository":{"name":"shop-server"}}"