Skip to content

Bump vite from 4.2.1 to 4.5.2 (#12) #8

Bump vite from 4.2.1 to 4.5.2 (#12)

Bump vite from 4.2.1 to 4.5.2 (#12) #8

Workflow file for this run

name: Deploy
on:
push:
branches:
- master
paths:
- src/**
- package.json
- index.html
- nginx.conf
- vite.config.js
jobs:
deploy:
name: Web Deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only --build-arg $API_URL_ARG
env:
FLY_API_TOKEN: '${{ secrets.FLY_API_TOKEN }}'
API_URL_ARG: '${{ secrets.API_URL_ARG }}'