Skip to content

fix(fastify): Fastify fix host, specify '0.0.0.0' to access heroku #165

fix(fastify): Fastify fix host, specify '0.0.0.0' to access heroku

fix(fastify): Fastify fix host, specify '0.0.0.0' to access heroku #165

Workflow file for this run

name: PR CI
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
scan:
uses: ./.github/workflows/scan.yml
secrets: inherit
deploy:
needs: [scan]
uses: ./.github/workflows/docker.yml
secrets: inherit
with:
version: 0.0.0-${{ github.sha }}