Skip to content

OpenGrok /search compatibility: draw the rest of the owl #47

OpenGrok /search compatibility: draw the rest of the owl

OpenGrok /search compatibility: draw the rest of the owl #47

Workflow file for this run

name: deploy demo site
on:
push:
branches: [master]
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
jobs:
deploy-neogrok:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only --config demo/fly.neogrok.toml --ignorefile demo/Dockerfile.neogrok.dockerignore
deploy-zoekt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only --config demo/fly.zoekt.toml --ignorefile demo/Dockerfile.zoekt.dockerignore