Skip to content

upgrade to rails 7.1, move from fly to many-apps #21

upgrade to rails 7.1, move from fly to many-apps

upgrade to rails 7.1, move from fly to many-apps #21

Workflow file for this run

name: Deploy
concurrency: deploy
on:
workflow_dispatch:
push:
branches:
- deploy
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: hatchboxio/github-hatchbox-deploy-action@v2
with:
deploy_key: ${{ secrets.HATCHBOX_DEPLOY_KEY }}