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