Skip to content

Commit

Permalink
Added Rivieren test application
Browse files Browse the repository at this point in the history
  • Loading branch information
ekkelenkamp committed Jun 18, 2024
1 parent 5abbcf6 commit 97b66de
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/npm-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,22 @@ jobs:
EOL
touch dist/app-config.json
shell: bash

- name: Create the app-config.json file for the Rivieren App
run: |
rm dist/app-config.json
echo "${{ vars.RIVIEREN_APP_CONFIG_JSON_BASE64 }}" | base64 --decode > dist/app-config.json
shell: bash
- name: Deploy Azure Static Web Apps Rivieren
uses: Azure/static-web-apps-deploy@1a947af9992250f3bc2e68ad0754c0b0c11566c9
with:
action: 'upload'
app_location: '/dist'
api_location: ''
skip_app_build: true
azure_static_web_apps_api_token: ${{ secrets.RIVIEREN_APP_AZURE_STATIC_WEB_APP_TOKEN }}


- name: Overwrite the app-config.json file for IWP Public App
run: |
rm dist/app-config.json
Expand Down Expand Up @@ -193,3 +209,4 @@ jobs:
api_location: ''
skip_app_build: true
azure_static_web_apps_api_token: ${{ secrets.IWP_SWM_APP_AZURE_STATIC_WEB_APP_TOKEN }}

0 comments on commit 97b66de

Please sign in to comment.