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',
|
2023-05-22 13:04:45 +02:00
|
|
|
branch: 'user/nick/updates',
|
2023-05-24 12:56:55 +02:00
|
|
|
gh_token: '',
|
|
|
|
repository: '../slackbuilds'
|
2021-05-04 07:47:24 +02:00
|
|
|
}.freeze
|