Skip to content

fix: auto email updater #13

fix: auto email updater

fix: auto email updater #13

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