Skip to content

Commit 020fbe6

Browse files
committed
Change deployment path
1 parent 465aa92 commit 020fbe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
->stage('production')
2424
->user(getenv('DEPLOY_USER'))
2525
->identityFile('.travis/deploy.key')
26-
->set('deploy_path', getenv('DEPLOY_PATH'));
26+
->set('deploy_path', '~/php.of.by/builds/');
2727

2828
task('deploy:package_upload', function(){
2929
// Upload code package to server

0 commit comments

Comments
 (0)