Skip to content

⬆️ Bump honeybadger from 6.1.2 to 6.1.3 (#203) #123

⬆️ Bump honeybadger from 6.1.2 to 6.1.3 (#203)

⬆️ Bump honeybadger from 6.1.2 to 6.1.3 (#203) #123

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: read
jobs:
deploy:
name: Deploy app
runs-on: ubuntu-latest
environment:
name: production
url: https://jbaker.dev
steps:
- uses: actions/checkout@v5
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}