Skip to content

chore(ci): use yarn to avoid package.json checks #22

chore(ci): use yarn to avoid package.json checks

chore(ci): use yarn to avoid package.json checks #22

Workflow file for this run

name: Deploy GraphQL Yoga example
on: [push]
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Upload to Deno Deploy
uses: denoland/deployctl@v1
with:
project: "fresh-graphql-yoga"
entrypoint: "./examples/graphql-yoga/main.ts"