Skip to content

get current book only returns books with a published date #211

get current book only returns books with a published date

get current book only returns books with a published date #211

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