Skip to content

Merge PR #4 from ethanwithnoe/main #14

Merge PR #4 from ethanwithnoe/main

Merge PR #4 from ethanwithnoe/main #14

Workflow file for this run

name: Fly Deploy
on:
push:
branches:
- main
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
jobs:
deploy:
name: Deploy Application
runs-on: ubuntu-latest
if: contains(github.event.head_commit.message, '(DEPLOY)')
steps:
- uses: actions/checkout@v3
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only