Skip to content

Commit

Permalink
add setup.sh to circle ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
jlouis-onrr committed Mar 31, 2021
1 parent 69fe780 commit 2e32832
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .circleci/setup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/bash

APP_NAME=$1

cf set-env $APP_NAME AUTH_KEY $AUTH_KEY
cf set-env $APP_NAME SECURE_AUTH_KEY $SECURE_AUTH_KEY
cf set-env $APP_NAME LOGGED_IN_KEY $LOGGED_IN_KEY
cf set-env $APP_NAME NONCE_KEY $NONCE_KEY
cf set-env $APP_NAME AUTH_SALT $AUTH_SALT
cf set-env $APP_NAME SECURE_AUTH_SALT $SECURE_AUTH_SALT
cf set-env $APP_NAME LOGGED_IN_SALT $LOGGED_IN_SALT
cf set-env $APP_NAME NONCE_SALT $NONCE_SALT
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
.ssh
test.lp
setup.json
setup.sh
manifest.yml

0 comments on commit 2e32832

Please sign in to comment.