@@ -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-client"}}"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user