diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-30 14:39:21 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-30 14:39:21 -0400 |
commit | 01d74535e0cf0dc66da41afb02ee44c2b920e4c6 (patch) | |
tree | aa9564496dbd1c966877f602f787568308b25906 /Capfile | |
parent | e9f3ed0795b1827472337e9bd0b108dec8d7cdea (diff) | |
download | thoughts-01d74535e0cf0dc66da41afb02ee44c2b920e4c6.tar.gz thoughts-01d74535e0cf0dc66da41afb02ee44c2b920e4c6.tar.bz2 thoughts-01d74535e0cf0dc66da41afb02ee44c2b920e4c6.zip |
Scheduled daily new Wittle puzzles
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 } |