Skip to content

Bump ruby from 3.1.3 to 3.2.2 (#52) #22

Bump ruby from 3.1.3 to 3.2.2 (#52)

Bump ruby from 3.1.3 to 3.2.2 (#52) #22

Workflow file for this run

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