Skip to content

Commit

Permalink
Merge pull request #1778 from Drakkar-Software/dev
Browse files Browse the repository at this point in the history
[CI][Deploy] fix master okteto deploy
  • Loading branch information
GuillaumeDSM authored Jul 22, 2021
2 parents ff0d833 + a90fc13 commit eed7cd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion okteto-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eed7cd7

Please sign in to comment.