Skip to content

chore: add userId and sessionId to logs, update meilisearch version t… #2

chore: add userId and sessionId to logs, update meilisearch version t…

chore: add userId and sessionId to logs, update meilisearch version t… #2

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 }}