Skip to content
Snippets Groups Projects
Commit b925b38c authored by Johan de Klerk's avatar Johan de Klerk
Browse files

Removed hotswap when deploying to dev

parent 7b35018b
No related branches found
No related tags found
No related merge requests found
......@@ -76,9 +76,9 @@ func CDKDeploy(cdkDir string, env string, stack string, exclusively bool, local
if local {
commandArgs = append(commandArgs, fmt.Sprintf(`--profile=%v`, profile))
if env == "dev" {
commandArgs = append(commandArgs, `--hotswap`) // make it go fast
}
// if env == "dev" {
// commandArgs = append(commandArgs, `--hotswap`) // make it go fast
// }
}
commandArgs = append(commandArgs,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment