Skip to content

Update dependency @graphql-hive/gateway to v2.1.18 #160

Update dependency @graphql-hive/gateway to v2.1.18

Update dependency @graphql-hive/gateway to v2.1.18 #160

Workflow file for this run

name: website
on:
workflow_dispatch:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
deployment:
permissions: write-all
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
- uses: the-guild-org/shared-config/setup@v1
name: set up env
with:
node-version-file: .node-version
- uses: the-guild-org/shared-config/website-cf@v1
name: build and deploy website
env:
NEXT_BASE_PATH: ${{ github.event.pull_request.number && '/' || '/graphql/hive/federation-gateway-performance/' }}
SITE_URL:
${{ github.event.pull_request.number && '' || 'https://the-guild.dev/graphql/hive/federation-gateway-performance' }}
with:
cloudflareAccountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
cloudflareApiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
githubToken: ${{ secrets.GITHUB_TOKEN }}
projectName: federation-gateway-benchmark
prId: ${{ github.event.pull_request.number }}
websiteDirectory: website
buildScript: npm run build
artifactDir: dist