Skip to content

feat: extract shared hook types into tokf-hook-types crate (#314) #85

feat: extract shared hook types into tokf-hook-types crate (#314)

feat: extract shared hook types into tokf-hook-types crate (#314) #85

Workflow file for this run

name: Deploy Server
on:
push:
branches: [main]
paths:
- "crates/tokf-server/**"
- "crates/tokf-common/**"
- "crates/tokf-filter/**"
- "Cargo.toml"
- "Cargo.lock"
- "Dockerfile"
- "fly.toml"
- ".github/workflows/deploy-server.yml"
workflow_dispatch:
permissions:
contents: read
jobs:
deploy:
name: Deploy to Fly.io
runs-on: ubuntu-latest
concurrency:
group: deploy-server
cancel-in-progress: false
steps:
- uses: actions/checkout@v6
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}