Skip to content

Pull requests should run unit tests #8

Pull requests should run unit tests

Pull requests should run unit tests #8

name: Production Deployment to Fly.Io
on:
pull_request:
branches:
- main
push:
branches:
- main
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only