Skip to content

fix: dockerfile syntax #9

fix: dockerfile syntax

fix: dockerfile syntax #9

Workflow file for this run

name: Deploy API Server
on:
push:
branches:
- main
paths:
- "apps/api/**"
jobs:
deploy:
name: Deploy app
runs-on: ubuntu-latest
concurrency: deploy-group
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/fly-deploy
with:
dockerfile: apps/api/Dockerfile
fly_config: apps/api/fly.toml
fly_api_token: ${{ secrets.FLY_BAHAR_API_TOKEN }}
sentry_api_auth_token: ${{ secrets.SENTRY_API_AUTH_TOKEN }}
sentry_api_project: ${{ secrets.SENTRY_API_PROJECT }}
sentry_org: ${{ secrets.SENTRY_ORG }}