Skip to content

Bump express from 4.18.1 to 4.19.2 in /web-frontend (#108) #32

Bump express from 4.18.1 to 4.19.2 in /web-frontend (#108)

Bump express from 4.18.1 to 4.19.2 in /web-frontend (#108) #32

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