Skip to content

fix: fix email format: now properly breaks newline (#324) #16

fix: fix email format: now properly breaks newline (#324)

fix: fix email format: now properly breaks newline (#324) #16

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
env:
FLY_STAGING_TOKEN: ${{ secrets.FLY_STAGING_TOKEN }}
jobs:
deploy:
name: Staging
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --access-token "$FLY_STAGING_TOKEN" --config ./fly/staging.toml