File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,5 +44,5 @@ aws cloudformation create-stack \
4444 --stack-name $NAME \
4545 --parameters " $( < $THIS_DIR /cloudformation.json) "
4646
47- echo_green " Your Deis cluster has successfully deployed to AWS CloudFormation."
48- echo_green " Please continue to follow the instructions in the README ."
47+ echo_green " Your Deis cluster has been successfully deployed to AWS CloudFormation and is currently starting ."
48+ echo_green " Please continue to follow the instructions in the documentation ."
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ $CONTRIB_DIR/util/check-user-data.sh
2828
2929# update the deis EC2 cloudformation
3030aws cloudformation update-stack \
31- --template-body " $( . /gen-json.py) " \
31+ --template-body " $( $THIS_DIR /gen-json.py) " \
3232 --stack-name $NAME \
33- --parameters " $( < cloudformation.json) "
33+ --parameters " $( < $THIS_DIR / cloudformation.json) "
3434
35- echo_green " Your Deis cluster CloudFormation has been successfully updated."
35+ echo_green " Your Deis cluster on AWS CloudFormation has been successfully updated."
You can’t perform that action at this time.
0 commit comments