From 9dcf1c772fdeb828c5e576b665419d9db6219b73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Krupa?= Date: Sat, 22 Sep 2018 13:22:06 +0200 Subject: 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 --- .travis/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .travis/README.md (limited to '.travis') 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 -- cgit v1.2.3