Skip to content

Catch an error instead of crashing (#139) #85

Catch an error instead of crashing (#139)

Catch an error instead of crashing (#139) #85

on:
push:
branches: ["main"]
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 }}