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.
2 parents 220d263 + b578705 commit 613771fCopy full SHA for 613771f
deploy.php
@@ -51,8 +51,9 @@
51
52
// Define staging
53
host('dev03.sumocoders.eu')
54
- ->user('sites')
55
- ->stage('staging')
+ ->setRemoteUser('sites')
+ ->set('labels', ['stage' => 'staging'])
56
+ ->set('stage', 'staging')
57
->set('deploy_path', '~/apps/{{client}}/{{project}}')
58
->set('branch', 'staging')
59
->set('bin/php', 'php7.4')
@@ -62,9 +63,10 @@
62
63
64
// Define production
65
//host('$host')
-// ->user('{{user}}')
66
-// ->stage('production')
67
-// ->port(2244)
+// ->setRemoteUser('{{user}}')
+// ->set('labels', ['stage' => 'production'])
68
+// ->set('stage', 'production')
69
+// ->setPort(2244)
70
// ->set('http_user', '{{user')
71
// ->set('writable_mode', 'chmod')
72
// ->set('deploy_path', '~/wwwroot')
0 commit comments