From deb9948cf862bf82e561119ad1e2d581b521ad9b Mon Sep 17 00:00:00 2001 From: root Date: Sat, 4 Oct 2025 15:39:53 +0000 Subject: [PATCH] ci --- .gitea/workflows/deploy.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 3115536..55fce9e 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -1,13 +1,11 @@ -name: Deploy ajet.fyi -run-name: ${{ gitea.actor }} is deploying ajet.fyi +name: Deploy ${{ gitea.repository }} +run-name: ${{ gitea.actor }} is deploying ajet.fyi ${{ gitea.repository }} on: push: branches: - main - jobs: - Explore-Gitea-Actions: + build: runs-on: ubuntu-latest steps: - - run: curl http://192.168.1.45:47331 -d '{"project":"www"}' -v - - run: echo 'deploy complete ✅' + - run: "curl https://service-manager.ajet.fyi/restart -H 'Content-Type: application/edn' -d '{:service/name \"www\"}'" \ No newline at end of file