From 7949c74d9afa7c79025f56aa08a5a75939818b40 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Fri, 2 Apr 2021 08:10:48 +0200 Subject: Move branch constant into configuration --- config/config.rb.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config') diff --git a/config/config.rb.example b/config/config.rb.example index ef6b0c3..5f34073 100644 --- a/config/config.rb.example +++ b/config/config.rb.example @@ -2,5 +2,6 @@ CONFIG = { remote_path: 'example.com:/srv/httpd/some/path', - download_url: 'https://example.com/some/path' + download_url: 'https://example.com/some/path', + branch: 'user/nick/updates' } -- cgit v1.2.3