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 465aa92 commit 020fbe6Copy full SHA for 020fbe6
deploy.php
@@ -23,7 +23,7 @@
23
->stage('production')
24
->user(getenv('DEPLOY_USER'))
25
->identityFile('.travis/deploy.key')
26
- ->set('deploy_path', getenv('DEPLOY_PATH'));
+ ->set('deploy_path', '~/php.of.by/builds/');
27
28
task('deploy:package_upload', function(){
29
// Upload code package to server
0 commit comments