Sha256: 0f8ca207385e8a7b5f843b6850365d39f6e5df725eeadbd3aef8dfd56c0378da
Contents?: true
Size: 206 Bytes
Versions: 20
Compression:
Stored size: 206 Bytes
Contents
task :server do system('puma') end task :deploy do # This task is typiclly run after the site is updated but before the server is restarted. puts "Preparing to deploy site in #{Dir.pwd.inspect}..." end
Version data entries
20 entries across 20 versions & 1 rubygems