Skip to content

Bump webpack from 5.76.0 to 5.94.0 in /web-frontend (#117) #40

Bump webpack from 5.76.0 to 5.94.0 in /web-frontend (#117)

Bump webpack from 5.76.0 to 5.94.0 in /web-frontend (#117) #40

Workflow file for this run

name: Fly Deploy
on:
push:
branches:
- main
paths:
- '.github/workflows/**'
- 'docker/**'
- 'engine/**'
- 'server/**'
- 'util/**'
- 'web-frontend/**'
- 'fly.toml'
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
jobs:
deploy:
name: Deploy app
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only --dockerfile docker/server-debian/Dockerfile