8 lines
181 B
Plaintext
8 lines
181 B
Plaintext
# frozen_string_literal: true
|
|
|
|
CONFIG = {
|
|
remote_path: 'example.com:/srv/httpd/some/path',
|
|
download_url: 'https://example.com/some/path',
|
|
branch: 'user/nick/updates'
|
|
}.freeze
|