Skip to content

Commit

Permalink
Update cideploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
maxious authored Oct 4, 2016
1 parent de0b4ab commit e1a6de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cideploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ set -e
curl -v -L -o cf-cli_amd64.deb 'https://cli.run.pivotal.io/stable?release=debian64&source=github'
sudo dpkg -i cf-cli_amd64.deb
cf -v
cf login -a https://api.system.staging.digital.gov.au -o dto -u $CF_USER_STAGING -p $CF_PASSWORD_STAGING
cf login -a https://api.system.staging.digital.gov.au -o dto -s dtomisc -u $CF_USER_STAGING -p $CF_PASSWORD_STAGING
cf target -o dto -s dtomisc
cf push gov-au-ui-kit$1 -b staticfile_buildpack -p ./build -i 1

0 comments on commit e1a6de4

Please sign in to comment.