2021-01-02 07:39:32 +01:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
CONFIG = {
|
|
|
|
remote_path: 'example.com:/srv/httpd/some/path',
|
2021-04-02 08:10:48 +02:00
|
|
|
download_url: 'https://example.com/some/path',
|
|
|
|
branch: 'user/nick/updates'
|
2021-05-04 07:47:24 +02:00
|
|
|
}.freeze
|