Move branch constant into configuration

This commit is contained in:
2021-04-02 08:10:48 +02:00
parent 9609279541
commit 7949c74d9a
6 changed files with 39 additions and 267 deletions

View File

@ -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'
}