Skip to content

Bump gh-pages from 3.2.3 to 5.0.0 in /web-frontend (#109) #33

Bump gh-pages from 3.2.3 to 5.0.0 in /web-frontend (#109)

Bump gh-pages from 3.2.3 to 5.0.0 in /web-frontend (#109) #33

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