Skip to content

chore: add additional redirects (#114) #4

chore: add additional redirects (#114)

chore: add additional redirects (#114) #4

Workflow file for this run

name: "deploy 🚀"
on:
push:
branches: [main]
env:
HUSKY: 0
CI: true
concurrency:
group: production
cancel-in-progress: true
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
environment: production
steps:
- uses: actions/checkout@v4 # v4
with:
persist-credentials: false # <--- checking this in commit context
- 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 }}"
projectId: zksync-docs
channelId: live