Skip to content

Commit

Permalink
Applying govpaas to release branch directly
Browse files Browse the repository at this point in the history
  • Loading branch information
nasirmids committed May 3, 2019
1 parent aa32655 commit 644864b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 3 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@
<body>
<app-root></app-root>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-132324399-1"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-132324399-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());

gtag('config', 'UA-132324399-1');
gtag('config', 'UA-132324399-3');
</script>

</body>
1 change: 1 addition & 0 deletions manifest.bluegreen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ applications:
memory: 1G
disk_quota: 1GB
buildpack: https://github.com/cloudfoundry/nodejs-buildpack.git#v1.6.32
stack: cflinuxfs3

0 comments on commit 644864b

Please sign in to comment.