Skip to content

Don't post a merge conflict comment if another error happened (#142) #87

Don't post a merge conflict comment if another error happened (#142)

Don't post a merge conflict comment if another error happened (#142) #87

on:
push:
branches: ["main"]
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}