From 225dd5b1a8031d97b5153b6ca639a2ec65c8e2fb Mon Sep 17 00:00:00 2001 From: Michel Glykofridis Date: Tue, 24 Sep 2024 11:09:54 +0200 Subject: [PATCH] feat: introduce deployment for sanofi --- .github/workflows/publish_bundle_production.yml | 6 ++++++ .github/workflows/publish_production.yml | 9 +++++++++ 2 files changed, 15 insertions(+) diff --git a/.github/workflows/publish_bundle_production.yml b/.github/workflows/publish_bundle_production.yml index 409d524e3..e629ee900 100644 --- a/.github/workflows/publish_bundle_production.yml +++ b/.github/workflows/publish_bundle_production.yml @@ -119,3 +119,9 @@ jobs: AZURE_BLOB_ACCOUNT: ${{ secrets.AZURE_BLOB_ACCOUNT_CA4 }} AZURE_BLOB_ACCOUNT_KEY: ${{ secrets.AZURE_BLOB_ACCOUNT_KEY_CA4 }} run: yarn upload-bundle + - name: upload sanofi + env: + AZURE_BLOB_ACCOUNT: ${{ secrets.AZURE_BLOB_ACCOUNT_SANOFI }} + AZURE_BLOB_ACCOUNT_KEY: ${{ secrets.AZURE_BLOB_ACCOUNT_KEY_SANOFI }} + run: yarn upload-bundle + diff --git a/.github/workflows/publish_production.yml b/.github/workflows/publish_production.yml index 2efdd32a4..4a8e81176 100644 --- a/.github/workflows/publish_production.yml +++ b/.github/workflows/publish_production.yml @@ -132,3 +132,12 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} run: npx semantic-release + - name: upload sanofi + env: + AZURE_BLOB_ACCOUNT: ${{ secrets.AZURE_BLOB_ACCOUNT_SANOFI }} + AZURE_BLOB_ACCOUNT_KEY: ${{ secrets.AZURE_BLOB_ACCOUNT_KEY_SANOFI }} + run: yarn upload + - name: release notes + env: + GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} + run: npx semantic-release