Skip to content

remove emoji from title #18

remove emoji from title

remove emoji from title #18

Workflow file for this run

name: Deploy
on:
push:
branches:
- master
jobs:
deploy-fly:
runs-on: ubuntu-latest
if: github.event_name == 'push'
concurrency: deploy-group # optional: ensure only one action runs at a time
steps:
- uses: actions/checkout@v4
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}