Skip to content

Migrate to wellup fyi #2

Migrate to wellup fyi

Migrate to wellup fyi #2

Workflow file for this run

name: Prod Gigachad Frontend
on:
pull_request:
types:
- closed
jobs:
deploy:
if: github.event.pull_request.merged == true
name: Deploy app
runs-on: ubuntu-latest
concurrency: deploy-group
steps:
- uses: actions/checkout@v4
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --ha=false
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}