Only install docker if missing
This commit is contained in:
@@ -2,7 +2,7 @@ require_relative "setup"
|
||||
|
||||
namespace :mrsk do
|
||||
desc "Deploy app for the first time to a fresh server"
|
||||
task fresh: %w[ server:bootstrap registry:login build:deliver traefik:run app:stop app:run ]
|
||||
task fresh: %w[ server:bootstrap deploy ]
|
||||
|
||||
desc "Push the latest version of the app, ensure Traefik is running, then restart app"
|
||||
task deploy: %w[ registry:login build:deliver traefik:run app:stop app:run prune ]
|
||||
|
||||
Reference in New Issue
Block a user