mirror of
https://github.com/Drakkar-Software/OctoBot.git
synced 2022-03-03 23:52:26 +03:00
[CI][Deploy] fix master okteto deploy
This commit is contained in:
committed by
Guillaume De Saint Martin
parent
98fa4c1cae
commit
a90fc13a09
@@ -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).
|
||||
|
||||
[](https://cloud.okteto.com/deploy?repository=https://github.com/Drakkar-Software/OctoBot)
|
||||
[](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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user