Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.

Commit

Permalink
fixed password, build
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Wilkowski <Hi@Dominik-Wilkowski.com>
  • Loading branch information
dominikwilkowski committed Mar 8, 2018
1 parent 6b5cff0 commit e39825f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -5,7 +5,8 @@ GOV.AU UI-Kit

**We鈥檝e 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.

Expand All @@ -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
Expand Down

0 comments on commit e39825f

Please sign in to comment.