Bootstrap entirely clean new server
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
namespace :mrsk do
|
||||
desc "Deploy app for the first time to a fresh server"
|
||||
task fresh: [ "server:bootstrap", "registry:login", "app:deliver", "traefik:start", "app:start" ]
|
||||
|
||||
desc "Push the latest version of the app, ensure Traefik is running, then restart app"
|
||||
task deploy: [ "registry:login", "app:push", "traefik:start", "app:restart" ]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user