Skip to content

fixed create-habit htmx strategy #17

fixed create-habit htmx strategy

fixed create-habit htmx strategy #17

Workflow file for this run

name: Fly Deployment on Merge
on:
pull_request:
branches:
- main
types:
- closed
jobs:
deploy_when_merged:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
concurrency: deploy-group
steps:
- uses: actions/checkout@v4
- uses: superfly/flyctl-actions/setup-flyctl@master
with:
version: 0.2.55
- run: flyctl deploy --dockerfile Dockerfile.production
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}