diff --git a/cmd/util.go b/cmd/util.go index ed22f2d..35c4aa7 100644 --- a/cmd/util.go +++ b/cmd/util.go @@ -38,6 +38,8 @@ func runLocalOrRemote(funs structs.Choice) { fallthrough case "STAGING": fallthrough + case "PREVIEW": + fallthrough case "PRODUCTION": funs.Remote() default: