Skip to content

Updates to use Foundry keystore (#84) #70

Updates to use Foundry keystore (#84)

Updates to use Foundry keystore (#84) #70

name: "deploy staging 🏗️"
on:
push:
branches: [staging]
workflow_dispatch:
env:
NUXT_SITE_ENV: staging # used for NuxtSEO to disable things like indexing on staging
jobs:
build_and_deploy:
env:
NUXT_UI_PRO_LICENSE: ${{ secrets.NUXT_UI_PRO_LICENSE }}
if: ${{ github.event.repository.full_name == github.repository }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4 # v4
with:
ref: "${{ github.event.inputs.ref }}"
- uses: oven-sh/setup-bun@v1
- name: "Install dependencies"
run: bun install --production --frozen-lockfile
- name: "Deploy target: staging"
run: bun run build
- uses: matter-labs/action-hosting-deploy@main
with:
repoToken: "${{ secrets.GITHUB_TOKEN }}"
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_ZKSYNC_DOCS_STAGING_5EB09 }}"
projectId: zksync-docs-staging-5eb09
channelId: live