From e39825fe1089a438219ab927a92086e4abe22dea Mon Sep 17 00:00:00 2001 From: Dominik Wilkowski Date: Thu, 8 Mar 2018 16:13:44 +1100 Subject: [PATCH] fixed password, build Signed-off-by: Dominik Wilkowski --- .circleci/config.yml | 2 +- README.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 42e236613..a9192c1c5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -27,7 +27,7 @@ jobs: - run: sudo apt-get install tree - run: sudo apt-get install cf-cli - run: sudo apt-get install -qy apache2-utils - - run: htpasswd -cb Staticfile.auth gold gold # the password and username is not a secret. It is just to prevent spiders from indexing + - run: htpasswd -cb Staticfile.auth uikit uikit # the password and username is not a secret. It is just to prevent spiders from indexing - run: cf install-plugin https://github.com/govau/autopilot/releases/download/0.0.5-venapp/autopilot-linux -f - run: cf version # log what version we are running - run: cf login -a api.system.y.cld.gov.au -o $CF_ORG_STAGING -s $CF_SPACE_STAGING -u $CF_USER_STAGING -p $CF_PASSWORD_STAGING diff --git a/README.md b/README.md index 9e3de8afa..fad9395b4 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ GOV.AU UI-Kit **We’ve chosen to temporarily take down the Design System documentation site.** -We appreciate all the feedback we've received about our upcoming documentation site, it's been enormously useful. We've got some more work to do and we look forward to sharing it with you as soon as possible. +We appreciate all the feedback we've received about our upcoming documentation site, it's been enormously useful. We've got some more work to do and we look +forward to sharing it with you as soon as possible. Meanwhile, we will keep updating this repository. @@ -15,7 +16,7 @@ Meanwhile, we will keep updating this repository. | Production [![CircleCI](https://circleci.com/gh/govau/uikit/tree/master.svg?style=svg)](https://circleci.com/gh/govau/uikit/tree/master) | Staging [![CircleCI](https://circleci.com/gh/govau/uikit/tree/develop.svg?style=svg)](https://circleci.com/gh/govau/uikit/tree/develop) | |------------------------------|--------------------------------------| | https://uikit.service.gov.au | https://uikit.staging.service.gov.au | -| | user: `gold`, pass: `gold` | +| | user: `uikit`, pass: `uikit` | ## Contents