Skip to content

Commit

Permalink
Merge branch 'master' into feat/20240112_analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
githubdoramon authored Jan 12, 2024
2 parents d69ad8c + 545d504 commit 04d6568
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
run: yarn docs:build
- uses: matter-labs/action-hosting-deploy@main
with:
firebaseToolsVersion: 12.9.1
repoToken: "${{ secrets.GITHUB_TOKEN }}"
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_ZSYNC_WEB_DOCS_PROD }}"
projectId: zksync-web-docs
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
file: "dist.zip"
target: "dist.zip"
token: ${{ secrets.GITHUB_TOKEN }}

z
- name: Unzip Dist package
run: unzip dist.zip -d ./
- uses: matter-labs/action-hosting-deploy@main
Expand All @@ -34,5 +34,6 @@ jobs:
channelId: live
target: prod
projectId: zksync-web-docs
firebaseToolsVersion: 12.9.1
env:
FIREBASE_CLI_PREVIEWS: hostingchannels
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
repoToken: "${{ secrets.GITHUB_TOKEN }}"
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_ZSYNC_WEB_DOCS_PROD }}"
projectId: zksync-web-docs
firebaseToolsVersion: 12.9.1
target: staging
channelId: live
env:
Expand Down

0 comments on commit 04d6568

Please sign in to comment.