From d85666af823709ce97712423107a1aa1b7178590 Mon Sep 17 00:00:00 2001 From: Wayne Connolly Date: Wed, 12 Sep 2018 13:53:09 +1000 Subject: [PATCH] changed to rancher cli --- script.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script.sh b/script.sh index e1bae90..a5999ce 100644 --- a/script.sh +++ b/script.sh @@ -8,9 +8,9 @@ echo "docker-compose.yml @ ${DOCKER_COMPOSE}" cat ${DOCKER_COMPOSE} echo "" echo "Deploying Rancher Stack with force upgrade" -/bin/rancher-compose \ +/bin/rancher \ --url http://${PLUGIN_URL}/v1 \ --access-key ${PLUGIN_ACCESSKEY} \ --secret-key ${PLUGIN_SECRETKEY} \ - -f ${DOCKER_COMPOSE} -r ${RANCHER_COMPOSE} \ + -f ${DOCKER_COMPOSE} --rancher-file ${RANCHER_COMPOSE} \ --verbose -p ${PLUGIN_STACK} up -p -d --force-upgrade --confirm-upgrade