Skip to content

Merge pull request #240 from moeyashi/create-pull-request/patch #165

Merge pull request #240 from moeyashi/create-pull-request/patch

Merge pull request #240 from moeyashi/create-pull-request/patch #165

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: main
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only --app ${{ secrets.FLY_APP_NAME }}
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}