Something went wrong. Try again.
[READ-ONLY] Mirror of https://github.com/openstatusHQ/openstatus. ๐ซ Status page with uptime monitoring & API monitoring as code ๐ซ openstatus.dev
bun drizzle-orm monitoring monitoring-as-code nextjs observability on-call open-source shadcn-ui status-page statuspage synthetic-monitoring tinybird turso uptime uptime-checker uptime-monitor
Something went wrong. Try again.
738 B ยท 26 lines
YAML
123456789101112131415161718192021222324252627name: Fly Deploy Workflowson: push: branches: - main paths: - "apps/workflows/**" - "packages/db/**" - "packages/emails/**" - "packages/utils/**" - "packages/tsconfig/**" - "packages/notifications/**" - "packages/status-fetcher/**" - "pnpm-workspace.yaml"jobs: deploy-workflows: name: Deploy Workflows runs-on: ubuntu-latest timeout-minutes: 15 steps: - uses: actions/checkout@v6 - uses: superfly/flyctl-actions/setup-flyctl@master - run: flyctl deploy --config apps/workflows/fly.toml --dockerfile apps/workflows/Dockerfile --remote-only --wait-timeout=500 env: FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}