From b522a8cedef58443123dea0a145197689d3f7bba Mon Sep 17 00:00:00 2001 From: ajet Date: Wed, 10 Sep 2025 10:41:59 -0900 Subject: [PATCH] add ci/cd --- .gitea/workflows/deploy.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitea/workflows/deploy.yaml diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml new file mode 100644 index 0000000..ebf8579 --- /dev/null +++ b/.gitea/workflows/deploy.yaml @@ -0,0 +1,13 @@ +name: Deploy ajet.fyi +run-name: ${{ gitea.actor }} is deploying ajet.fyi +on: + push: + branches: + - main + +jobs: + Explore-Gitea-Actions: + runs-on: ubuntu-latest + steps: + - run: curl http://192.168.1.45:47331 -d '{"project":"deploy-me", "service":"deploy-me"}' -v + - run: echo 'deploy complete ✅'