Skip to content

feat: support for postgres + new login/registration webform style(#22) #46

feat: support for postgres + new login/registration webform style(#22)

feat: support for postgres + new login/registration webform style(#22) #46

name: Deploy Docs to Fly
on:
push:
branches:
- main
paths:
- 'documentation/**'
jobs:
deploy:
name: Deploy Documentation Site
runs-on: ubuntu-latest
steps:
# This step checks out a copy of your repository.
- uses: actions/checkout@v3
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only
working-directory: ./documentation
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}