mirror of
https://github.com/System-End/cdn.git
synced 2026-04-19 15:18:15 +00:00
useless commit to test deploy
This commit is contained in:
parent
7c83f01ab3
commit
2eeddb620a
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ namespace :import do
|
|||
ActiveStorage::Current.url_options = { host: ENV.fetch("CDN_HOST", "cdn.hackclub.com"), protocol: "https" }
|
||||
csv_path = ENV.fetch("CSV_PATH", "files_with_slack_url.csv")
|
||||
slack_token = ENV.fetch("SLACK_TOKEN") { raise "SLACK_TOKEN (xoxp-...) is required" }
|
||||
thread_count = ENV.fetch("THREADS", 10).to_i
|
||||
thread_count = ENV.fetch("THREADS", 67).to_i
|
||||
dry_run = ENV["DRY_RUN"] == "true"
|
||||
|
||||
unless File.exist?(csv_path)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue