Skip to content

Merge pull request #241 from moeyashi/dependabot/npm_and_yarn/vitest-… #166

Merge pull request #241 from moeyashi/dependabot/npm_and_yarn/vitest-…

Merge pull request #241 from moeyashi/dependabot/npm_and_yarn/vitest-… #166

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 }}