Skip to content

Commit 87266ed

Browse files
authored
Merge pull request #800 from 18F/stage
Stage
2 parents 9d9e88f + a8b1b10 commit 87266ed

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,11 @@ jobs:
123123
sudo curl -v -L -o cf8-cli-installer_8.7.4_x86-64.deb 'https://packages.cloudfoundry.org/stable?release=debian64&version=8.7.4'
124124
sudo dpkg -i cf8-cli-installer_8.7.4_x86-64.deb
125125
126+
- run:
127+
name: Write Google GA4 Credentails file from value in CircleCI env var.
128+
command: |
129+
echo $GA4_CREDS > ./my-analytics-ga4-65057af58daa.json
130+
126131
- run:
127132
name: deploy
128133
command: |

0 commit comments

Comments
 (0)