Skip to content

Bump webpack-dev-middleware from 5.3.1 to 5.3.4 in /web-frontend (#107) #31

Bump webpack-dev-middleware from 5.3.1 to 5.3.4 in /web-frontend (#107)

Bump webpack-dev-middleware from 5.3.1 to 5.3.4 in /web-frontend (#107) #31

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