We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36b9915 commit 65083c9Copy full SHA for 65083c9
2 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### 0.2.1 (2019-Apr-15)
2
+
3
+Set https://kudulab.io as base url
4
5
### 0.2.0 (2019-Apr-15)
6
7
Added DNS setup with terraform
tasks
@@ -88,7 +88,7 @@ case "${command}" in
88
elif [[ "${KUDU_ENVIRONMENT}" == "testing" ]]; then
89
base_url="//localhost:8088/"
90
elif [[ "${KUDU_ENVIRONMENT}" == "production" ]]; then
91
- base_url="https://kudulab.github.io/"
+ base_url="https://kudulab.io/"
92
else
93
echo "Unsupported KUDU_ENVIRONMENT=${KUDU_ENVIRONMENT}, exit 1"
94
exit 1
0 commit comments