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 ✅'