name: Deploy ${{ gitea.repository }} run-name: ${{ gitea.actor }} is deploying ajet.fyi ${{ gitea.repository }} on: push: branches: - main jobs: build: runs-on: ubuntu-latest steps: - run: "curl https://service-manager.ajet.fyi/restart -H 'Content-Type: application/edn' -d '{:service/name \"www\"}'"