Skip to content

Commit

Permalink
feat: introduce deployment for sanofi
Browse files Browse the repository at this point in the history
  • Loading branch information
BettyMichel committed Sep 24, 2024
1 parent 9d60e68 commit 225dd5b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish_bundle_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

9 changes: 9 additions & 0 deletions .github/workflows/publish_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 225dd5b

Please sign in to comment.