Skip to content

chore: better error message for disabled mic (#16) #4

chore: better error message for disabled mic (#16)

chore: better error message for disabled mic (#16) #4

Workflow file for this run

name: Deploy Backend to Fly.io
on:
push:
branches:
- main
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Get source code
uses: actions/checkout@v3
- name: Deploy to Fly.io
uses: superfly/flyctl-actions@1.4
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
with:
args: "deploy --remote-only --dockerfile ./Dockerfile --config ./fly.toml"