summaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
authorPaweł Krupa <pawel@krupa.net.pl>2018-09-22 13:22:06 +0200
committerCosta Tsaousis <costa@tsaousis.gr>2018-09-22 14:22:06 +0300
commit9dcf1c772fdeb828c5e576b665419d9db6219b73 (patch)
tree93b17b9a69ff7536d0e95f368c4ab167097a75e0 /.travis
parent381c2174d0d2dc36dcbd05b4d8f17620f00112ff (diff)
Travis and docker setup after migration (#4247)
* fix travis * add misc vars * info contact * add build script pushing to old repo * add two more variables
Diffstat (limited to '.travis')
-rw-r--r--.travis/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/.travis/README.md b/.travis/README.md
new file mode 100644
index 0000000000..0ee1e80be9
--- /dev/null
+++ b/.travis/README.md
@@ -0,0 +1,9 @@
+# Variables needed by travis
+
+- GH_TOKEN - GitHub token with push access to repository
+- DOCKER_USERNAME - Username (netdatabot) with write access to docker hub repository
+- DOCKER_PASSWORD - Password to docker hub
+- encrypted_decb6f6387c4_key - Something to do with package releasing (need more info from @philwhineray)
+- encrypted_decb6f6387c4_iv - Something to do with package releasing (need more info from @philwhineray)
+- OLD_DOCKER_USERNAME - Username used to push images to firehol/netdata # TODO: remove after deprecating that repo
+- OLD_DOCKER_PASSWORD - Password used to push images to firehol/netdata # TODO: remove after deprecating that repo