Skip to content

Merge branch 'main' into production #218

Merge branch 'main' into production

Merge branch 'main' into production #218

name: Deploy / Production
on:
push:
branches:
- production
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
jobs:
deploy:
environment:
name: production
url: https://leftbookclub.com
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --config fly.production.toml --remote-only
- run: flyctl deploy --config fly.worker.production.toml --remote-only