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 6eca5ab commit f68be4fCopy full SHA for f68be4f
deploy.php
@@ -146,10 +146,11 @@
146
}
147
148
if ( false !== strpos( $plesk_version, 'Plesk' ) ) {
149
- $branch = get('branch');
150
- $hosts_parsed=yaml_parse_file("/hosts.yml");
151
- $permission=($hosts_parsed[$branch]['permission']);
152
- $output = run("chown -R $permission {{deploy_path}}");
+ $branch = get('branch');
+ $hosts_parsed = yaml_parse_file("/hosts.yml");
+ $permission = ($hosts_parsed[$branch]['permission']);
+
153
+ $output = run("chown -R $permission {{deploy_path}}");
154
writeln('<info>' . $output . '</info>');
155
$output = run("chmod o-rwx {{deploy_path}}/current");
156
0 commit comments