diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml deleted file mode 100644 index ebf8579..0000000 --- a/.gitea/workflows/deploy.yaml +++ /dev/null @@ -1,13 +0,0 @@ -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 ✅'