Change HTTP links to HTTPS

This commit is contained in:
Sebastian Serth
2022-08-16 23:59:20 +02:00
parent 01f6b0d16e
commit cb0f30768f
19 changed files with 32 additions and 34 deletions

View File

@ -3,7 +3,7 @@
# Use this file to easily define all of your cron jobs.
#
# It's helpful, but not entirely necessary to understand cron before proceeding.
# http://en.wikipedia.org/wiki/Cron
# https://en.wikipedia.org/wiki/Cron
# Example:
#
@ -19,7 +19,7 @@
# runner "AnotherModel.prune_old_records"
# end
# Learn more: http://github.com/javan/whenever
# Learn more: https://github.com/javan/whenever
set :output, "#{Whenever.path}/log/whenever/whenever_$(date +%Y%m%d%H%M%S).log"
set :environment, ENV.fetch('RAILS_ENV', nil) if ENV['RAILS_ENV']