Sha256: f5b2c9bef5447a672c0aa16096cc6d4ef4a3f089ca8ba3878a403c4fb564aa8c

Contents?: true

Size: 377 Bytes

Versions: 9

Compression:

Stored size: 377 Bytes

Contents

# frozen_string_literal: true

# Released under the MIT License.
# Copyright, 2020-2022, by Samuel Williams.

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

9 entries across 9 versions & 1 rubygems

Version Path
utopia-2.25.0 setup/site/bake.rb
utopia-2.24.4 setup/site/bake.rb
utopia-2.24.3 setup/site/bake.rb
utopia-2.24.1 setup/site/bake.rb
utopia-2.23.0 setup/site/bake.rb
utopia-2.22.2 setup/site/bake.rb
utopia-2.22.1 setup/site/bake.rb
utopia-2.22.0 setup/site/bake.rb
utopia-2.21.0 setup/site/bake.rb