# ABOUTME: Gitea Actions workflow for deploying PhaseFlow to Nomad. # ABOUTME: Builds Nix Docker image and deploys using shared workflow. name: Deploy on: push: branches: [main] workflow_dispatch: jobs: deploy: uses: alo/alo-cluster/.gitea/workflows/deploy-nomad.yaml@master with: service_name: phaseflow secrets: inherit