Skip to content

Commit

Permalink
added google analytics key to production build pipeline
Browse files Browse the repository at this point in the history
added google analytics key to production build pipeline
  • Loading branch information
PeterWarren authored Jun 27, 2023
1 parent cef3c35 commit 028ea76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: jsdaniell/[email protected]
with:
name: "context.json"
json: '{"portalBaseUrl":"${{ vars.AZURE_PORTAL_API_URL_PROD }}","hostUrl":"${{ vars.AZURE_PORTAL_URL_PROD }}","authBaseUrl":"${{ vars.AZURE_PORTAL_URL_PROD }}/api/"}'
json: '{"portalBaseUrl":"${{ vars.AZURE_PORTAL_API_URL_PROD }}","hostUrl":"${{ vars.AZURE_PORTAL_URL_PROD }}","authBaseUrl":"${{ vars.AZURE_PORTAL_URL_PROD }}/api/", "googleAnalyticsKey": "${{ secrets.PROD_GOOGLE_ANALYTICS_KEY }}" }'
dir: 'src/contexts/'
- name: Build And Deploy
id: builddeploy
Expand Down

0 comments on commit 028ea76

Please sign in to comment.