Skip to content

chore(deps-dev): Bump vite from 6.0.7 to 6.0.11 in the npm_and_yarn g… #19

chore(deps-dev): Bump vite from 6.0.7 to 6.0.11 in the npm_and_yarn g…

chore(deps-dev): Bump vite from 6.0.7 to 6.0.11 in the npm_and_yarn g… #19

Workflow file for this run

# See https://fly.io/docs/app-guides/continuous-deployment-with-github-actions/
name: Fly Deploy
on:
push:
branches: [main]
jobs:
deploy:
name: Deploy app
runs-on: ubuntu-latest
concurrency: deploy-group # optional: ensure only one action runs at a time
environment:
name: flyio
url: 'https://tourney.fly.dev'
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Flyctl Actions
uses: superfly/flyctl-actions/setup-flyctl@master
- name: Dedploy
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
run: flyctl deploy --remote-only