blob: 0471ac63b1cb5439afe4dea67d097b1675e8d052 (
plain)
1
2
3
4
5
6
7
8
|
# 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
|