Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
Adding procution branch for api and remix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Asiya-Yunusa committed Nov 11, 2023
1 parent 1e49243 commit 88731f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/api-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches:
- develop
- zksync-production-setup
- production
# paths:
# - 'api/**'

Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
cluster: ${{ env.DEV_CLUSTER }}
wait-for-service-stability: true
Deploy_Prod:
if: github.ref == 'refs/heads/zksync-production-setup'
if: github.ref == 'refs/heads/production'
runs-on: ubuntu-latest
needs: Build
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/remix-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches:
- develop
- zksync-production-setup
- production
# paths:
# - 'plugin/**'

Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
working-directory: artifact

Deploy_Prod:
if: github.ref == 'refs/heads/zksync-production-setup'
if: github.ref == 'refs/heads/production'
runs-on: ubuntu-latest
needs: Build
steps:
Expand Down

0 comments on commit 88731f8

Please sign in to comment.