fix: direct deploy
Deploy / deploy (push) Successful in 1m32s

This commit is contained in:
2026-06-11 12:17:32 +00:00
parent bd63b028f5
commit b0de47ab94
+2 -3
View File
@@ -6,6 +6,5 @@ jobs:
deploy: deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Trigger webhook - name: Deploy
run: | run: bash /opt/deploy-shop.sh server main
curl -s -X POST http://192.168.1.112:9999 -H "Content-Type: application/json" -d "{"ref":"refs/heads/main","repository":{"name":"shop-server"}}"