Move branch constant into configuration
This commit is contained in:
@ -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'
|
||||
}
|
||||
|
Reference in New Issue
Block a user