Sha256: 6761f614da1d3ca4581585665a313950004a6aa2bac9168a25833d69f37f29fa
Contents?: true
Size: 343 Bytes
Versions: 24
Compression:
Stored size: 343 Bytes
Contents
# frozen_string_literal: true # Prepare the application for start/restart. def deploy # This task is typiclly run after the site is updated but before the server is restarted. end # Restart the application server. def restart call 'falcon:supervisor:restart' end # Start the development server. def default call 'utopia:development' end
Version data entries
24 entries across 24 versions & 1 rubygems