Skip to content

apply discounted from to indicate sale price to all products #214

apply discounted from to indicate sale price to all products

apply discounted from to indicate sale price to all products #214

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