Skip to content

Bump rails from 7.0.4 to 7.0.8.1 (#77) #8

Bump rails from 7.0.4 to 7.0.8.1 (#77)

Bump rails from 7.0.4 to 7.0.8.1 (#77) #8

Workflow file for this run

name: Deploy to Fly
on:
workflow_dispatch:
push:
branches:
- main
jobs:
deploy:
name: Deploy proxy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: superfly/flyctl-actions/[email protected]
- run: flyctl deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}