diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-11-30 15:25:16 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-11-30 15:25:16 -0500 |
commit | 22ecb41d0f129a9c96e52ed1e5da7a4a0f5b73d4 (patch) | |
tree | 334a32e5594b126d2dd6087bdb4c9bfc11c46633 /Capfile | |
parent | 52f60d1d022c82677274b2e984538d14a944bdd2 (diff) | |
download | wittle-22ecb41d0f129a9c96e52ed1e5da7a4a0f5b73d4.tar.gz wittle-22ecb41d0f129a9c96e52ed1e5da7a4a0f5b73d4.tar.bz2 wittle-22ecb41d0f129a9c96e52ed1e5da7a4a0f5b73d4.zip |
Schedule new puzzles daily
Diffstat (limited to 'Capfile')
-rw-r--r-- | Capfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Capfile b/Capfile index 1ace4ce..8915892 100644 --- a/Capfile +++ b/Capfile | |||
@@ -14,6 +14,7 @@ require "capistrano/bundler" | |||
14 | require "capistrano/rails/assets" | 14 | require "capistrano/rails/assets" |
15 | require "capistrano/rails/migrations" | 15 | require "capistrano/rails/migrations" |
16 | require "capistrano/passenger" | 16 | require "capistrano/passenger" |
17 | require "whenever/capistrano" | ||
17 | 18 | ||
18 | # Load custom tasks from `lib/capistrano/tasks` if you have any defined | 19 | # Load custom tasks from `lib/capistrano/tasks` if you have any defined |
19 | Dir.glob("lib/capistrano/tasks/*.rake").each { |r| import r } | 20 | Dir.glob("lib/capistrano/tasks/*.rake").each { |r| import r } |