Skip to content

replace Menu with MenuMobile #3

replace Menu with MenuMobile

replace Menu with MenuMobile #3

Workflow file for this run

name: Staging Gigachad Frontend
on:
push:
branches:
- staging
jobs:
deploy:
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 --dockerfile staging.Dockerfile --config ./staging/fly.toml
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}