feat: add deploy command options for component inclusion and enhance deployment logic
This commit is contained in:
@@ -6,7 +6,7 @@ const deployEnvSchema = z.object({
|
||||
REMOTE_PATH: z.string().min(1),
|
||||
REMOTE_PORT: z.coerce.number().int().positive().default(22),
|
||||
SSH_PRIVATE_KEY: z.string().optional(),
|
||||
CACHE_DIR: z.string().default("/cache/wpop"),
|
||||
WPOP_CACHE_DIR: z.string().default("/tmp/wpop"),
|
||||
WP_VERSION: z.string().default("latest"),
|
||||
WP_LOCALE: z.string().default("fr_CA"),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user