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 7003c5d commit 33bbf8fCopy full SHA for 33bbf8f
deploy.php
@@ -14,6 +14,7 @@
14
// Writable dirs by web server
15
add('writable_dirs', []);
16
set('allow_anonymous_stats', false);
17
+set('writable_mode', 'chmod');
18
19
// Hosts
20
host(getenv('DEPLOY_HOST'))
0 commit comments