Skip to content

feat(compose): teaser + LP quarterly + exit memo composers #15

feat(compose): teaser + LP quarterly + exit memo composers

feat(compose): teaser + LP quarterly + exit memo composers #15

Workflow file for this run

name: Deploy
on:
push:
branches: [master, main]
jobs:
ci:
uses: ./.github/workflows/ci.yml
deploy:
name: Deploy to Fly.io
needs: ci
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main'
concurrency:
group: deploy-production
cancel-in-progress: false
steps:
- uses: actions/checkout@v4
- uses: superfly/flyctl-actions/setup-flyctl@master
- name: Deploy to Fly.io
run: flyctl deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}