diff --git a/README.md b/README.md index a5d075129..d577e3a4a 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ In short : - Get 60-day free Digital Ocean hosting by registering with [OctoBot referral link](https://m.do.co/c/40c9737100b1). -[![Develop on Okteto](https://okteto.com/develop-okteto.svg)](https://cloud.okteto.com/deploy?repository=https://github.com/Drakkar-Software/OctoBot) +[![Develop on Okteto](https://okteto.com/develop-okteto.svg)](https://cloud.okteto.com/deploy?repository=https://github.com/Drakkar-Software/OctoBot&branch=master) - Free 24-hour demo repeatable indefinitely on Okteto simply using your Github account diff --git a/okteto-pipeline.yml b/okteto-pipeline.yml index ec681e460..511e38e98 100644 --- a/okteto-pipeline.yml +++ b/okteto-pipeline.yml @@ -2,7 +2,7 @@ icon: https://raw.githubusercontent.com/Drakkar-Software/OctoBot/assets/octopus. deploy: - echo "" >> .env - | - if [[ -z "$OKTETO_GIT_BRANCH" ]] ; then + if [[ "$OKTETO_GIT_BRANCH" == "master" ]] ; then echo "DOCKER_IMAGE=drakkarsoftware/octobot:stable" >> .env echo "TENTACLES_REPOSITORY=tentacles" >> .env echo "TENTACLES_URL_TAG=" >> .env