Skip to content

Commit ce47ee1

Browse files
committed
add in tracking id
1 parent 13ff888 commit ce47ee1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-and-deploy-dev.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@ jobs:
3535
azure-app-base-name: clearlydefined
3636
azure-app-name-postfix: -dev
3737
docker-build-args: |
38-
REACT_APP_SERVER="https://dev.clearlydefined.io"
38+
REACT_APP_SERVER="https://dev-api.clearlydefined.io"
39+
REACT_APP_GA_TRACKINGID="${{ secrets.REACT_APP_GA_TRACKINGID_DEV }}"

0 commit comments

Comments
 (0)