File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ if [ "${TRAVIS_PULL_REQUEST}" = "false" ] && [ $(phpenv version-name) = "7.1" ];
77 # scp package.tgz $DEPLOY_USER@$DEPLOY_HOST:$DEPLOY_PATH
88 # ssh $DEPLOY_USER@$DEPLOY_HOST $DEPLOY_PATH/deploy.sh
99 # ssh $DEPLOY_USER@$DEPLOY_HOST php\ ~/php.of.by/builds/current/bin/console\ doctrine:migrations:migrate\ --env=prod
10- ssh $DEPLOY_USER @$DEPLOY_HOST mv\ ~ /php.of.by/builds/current\ ~ /php.of.by/builds/current_old
10+ # ssh $DEPLOY_USER@$DEPLOY_HOST mv\ ~/php.of.by/builds/current\ ~/php.of.by/builds/current_old
1111 vendor/bin/dep deploy production
1212fi
Original file line number Diff line number Diff line change 4444 'deploy:package_upload ' ,
4545 'deploy:package_extract ' ,
4646 'deploy:shared ' ,
47- 'deploy:writable ' ,
48- 'deploy:vendors ' ,
49- 'deploy:cache:clear ' ,
50- 'deploy:cache:warmup ' ,
47+ // 'deploy:writable',
48+ // 'deploy:vendors',
49+ // 'deploy:cache:clear',
50+ // 'deploy:cache:warmup',
5151 'deploy:symlink ' ,
5252 'deploy:unlock ' ,
5353 'cleanup ' ,
You can’t perform that action at this time.
0 commit comments