From 3204f2dab19e6474665b2d3d5855d1251e4cc73b Mon Sep 17 00:00:00 2001 From: admin Date: Thu, 11 Jun 2026 12:17:32 +0000 Subject: [PATCH] fix: direct deploy --- .gitea/workflows/deploy.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 4df0ad5..6c76760 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -6,6 +6,5 @@ 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-client"}}" \ No newline at end of file + - name: Deploy + run: bash /opt/deploy-shop.sh server main