-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fail to deploy latest version #322
Comments
do you mean, |
Webhook failing too, I dont mention that. The problem is when i do manually deploy, I must do it twice time, because when the first try, it does not deploy latest version. |
Sounds like this is almost certainly the same issue as #323 I am just finishing up a fix right now |
Can you change out branch |
Moving discussing to #323 |
Before submitting your issue, please make sure that you've checked all of the checkboxes below.
php -v
composer install --no-dev
from the root of your installation.npm install --production
from the root of your installation.rm -rf bootstrap/cache/*
from the root of your installation.To help us better understand your issue, please answer the following.
Expected behaviour
The system should deploy latest available commit in the branch
Actual behaviour
The system re-deploys latest deployment, after second try it deploys new version.
Steps to reproduce
Deploy something, Commit something to repo, Wait some time, Deploy again, Deploy Again
Environment info
Operating System: 16.04
PHP Version: 7.0
Node Version: 4.7.3
Database System: MySQL
Database Version: 5.7
Logs (see storage/logs/) or other output that would be helpful
(If logs are large, please upload as attachment).
The text was updated successfully, but these errors were encountered: