Skip to content

Merge pull request #474 from commonknowledge/download-expired-members… #213

Merge pull request #474 from commonknowledge/download-expired-members…

Merge pull request #474 from commonknowledge/download-expired-members… #213

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