Skip to content

Commit

Permalink
Merge pull request #3390 from bettyblocks/chore/exclude-vabi-from-pro…
Browse files Browse the repository at this point in the history
…duction-release-workflow-STAR-000

chore: exclude VABI zone from production release workflow
  • Loading branch information
archan937 authored Mar 6, 2024
2 parents dee081d + 8b3d7ed commit 2a86a36
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/publish_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,6 @@ jobs:
AZURE_BLOB_ACCOUNT: ${{ secrets.AZURE_BLOB_ACCOUNT_US2 }}
AZURE_BLOB_ACCOUNT_KEY: ${{ secrets.AZURE_BLOB_ACCOUNT_KEY_US2 }}
run: yarn upload
- name: upload vabi
env:
AZURE_BLOB_ACCOUNT: ${{ secrets.AZURE_BLOB_ACCOUNT_VABI }}
AZURE_BLOB_ACCOUNT_KEY: ${{ secrets.AZURE_BLOB_ACCOUNT_KEY_VABI }}
run: yarn upload
- name: upload vvv
env:
AZURE_BLOB_ACCOUNT: ${{ secrets.AZURE_BLOB_ACCOUNT_VVV }}
Expand Down

0 comments on commit 2a86a36

Please sign in to comment.