Skip to content

Commit

Permalink
chore(ci): prod deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
JackHamer09 committed Dec 14, 2023
1 parent 75385e1 commit 1f01ef8
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,16 @@ jobs:
yarn set version 3.1.1
yarn install
- name: "Deploy target: prod-mainnet"
- name: "Build"
run: yarn run ci:build:prod
- uses: matter-labs/action-hosting-deploy@main

- name: "Setup LTS node for deployment"
uses: actions/setup-node@v2
with:
node-version: 'lts/*'

- name: "Deploy target: prod-mainnet"
uses: matter-labs/action-hosting-deploy@main
with:
repoToken: "${{ secrets.GITHUB_TOKEN }}"
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_ZKSYNC_VUE_MAINNET }}"
Expand Down

0 comments on commit 1f01ef8

Please sign in to comment.