Commit graph

20 commits

Author SHA1 Message Date
ddce65ea84 Fix deadlock 2023-11-28 12:46:14 -03:00
57bf84c422 tasks: clean_css -> clean:css 2023-11-28 12:44:05 -03:00
7db3476239 Follow same pattern as other tasks 2023-11-27 18:18:10 -03:00
bf4b7484f9 Add lock to avoid builds running in parallel
When one build is running, we don't want a second one
to run as well as the two builds could step on each
other toes. This change adds a locking mechanism that
waits for the current build to finish before starting
the next build.
2023-11-27 18:16:03 -03:00
085129ac64 Fix rubocop 2023-11-12 18:35:49 -03:00
94c1a06e0a Clear build/al-quran/css/ before every build
nanoc does not always detect changes to files in
the css directory.
2023-10-28 10:47:43 -03:00
d5992fa4e9 Add tasks/nanoc.rake 2023-07-25 15:32:57 -03:00
436d660112 rubocop: add linter.rake 2023-07-25 14:19:00 -03:00
99d254c33d deploy: update error message 2023-07-23 14:01:24 -03:00
3efe5cddd3 deploy: 'rake deploy' deploys to production
And remove unused tasks
2023-07-23 13:54:37 -03:00
a088a9ec51 Fix deploy task 2023-07-12 21:31:54 -03:00
Robert
bf1558eeb0
Add packages/ruby/server/ (#132)
### Summary

The `server` package implements a static file web server intended to be 
used during development. The goal is to have it as close to a production
environment as possible. Not there yet. This is the first step.
2023-06-25 21:03:07 -03:00
060cc9919f Replace Tasks::Deploy::Remote 2023-03-25 08:53:22 -03:00
3e5435dca1 Replace Tasks::Deploy::Local 2023-03-25 08:02:55 -03:00
ad48f02b11 Add tasks/config/install.rake 2023-03-21 03:03:05 -03:00
515523ed57 Add support for building configuration from local.yml 2023-03-20 08:35:39 -03:00
ea11bacd69 Add config/local.yml.sample 2023-03-20 07:36:26 -03:00
34df3a8b27 Add nginx.conf.erb 2023-03-17 16:12:15 -03:00
ecda9156cb Offer option to preview configuration files during build 2023-03-17 13:24:37 -03:00
f5fa8d91fd Add rc.conf / pf configuration 2023-03-16 23:11:30 -03:00