al-quran.reflectslight.io/lib/tasks/deploy.rb
0x1eef 359cba7c39 add Tasks::Deploy::Remote
add a task for deploying the website to a remote - using rsync.
2022-11-02 13:54:21 -03:00

6 lines
125 B
Ruby

# frozen_string_literal: true
module Tasks::Deploy
require_relative "deploy/local"
require_relative "deploy/remote"
end