9 lines
197 B
Plaintext
9 lines
197 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',
|
|
gh_token: ''
|
|
}.freeze
|