Skip to content

Commit 1d52e5d

Browse files
committed
Fix deployment plan
1 parent 6ac91b4 commit 1d52e5d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

bin/deploy-to-prod.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1212
fi

deploy.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@
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',

0 commit comments

Comments
 (0)