forked from cerc-io/stack-orchestrator
Add --update option to deploy create
To allow updating an existing deployment - Check the deployment dir exists when updating - Write to temp dir, then safely copy tree - Don't overwrite data dir or config.env
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "Hello"
|
||||
@@ -0,0 +1 @@
|
||||
ANSWER=42
|
||||
Reference in New Issue
Block a user