We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0ae0f0 commit f25ece9Copy full SHA for f25ece9
deploy.php
@@ -26,9 +26,6 @@
26
set('http_user', 'apache');
27
set('keep_releases', 10);
28
29
-// Default stage - prevents accidental deploying to production with dep deploy
30
-set('default_selector', 'stage=staging');
31
-
32
// Directory that contains built website files
33
set("build_folder", "_dist");
34
0 commit comments