Skip to content

chore: update cis docs to meet 1.8 benchmarks #339

chore: update cis docs to meet 1.8 benchmarks

chore: update cis docs to meet 1.8 benchmarks #339

Workflow file for this run

name: preview
on:
pull_request:
branches:
- main
jobs:
deploy-staging-netlify:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
cache: yarn
- name: build
run: make deps build-staging
- name: release
uses: nwtgck/[email protected]
with:
publish-dir: public
production-branch: main
github-token: ${{ secrets.GITHUB_TOKEN }}
deploy-message: "Deploy preview staging.kurl.sh from GitHub Actions"
github-deployment-environment: preview
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: 9cc8b96a-2c23-4f71-bb0f-cbdc19ccbf76
timeout-minutes: 5