Skip to content

Bump nanoid from 3.3.6 to 3.3.8 in /web-frontend (#122) #43

Bump nanoid from 3.3.6 to 3.3.8 in /web-frontend (#122)

Bump nanoid from 3.3.6 to 3.3.8 in /web-frontend (#122) #43

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