Skip to content
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

Fixed Travis deploys. #74

Merged
merged 2 commits into from
May 24, 2016
Merged

Conversation

danepowell
Copy link
Contributor

@danepowell danepowell commented May 24, 2016

#58 introduced a regression, because Travis does not operate on a feature branch (it checks out a commit hash), and environment variables need to be accessed somewhat differently in Phing.

Additionally, now that we are using the deploy step in Travis, the entire Travis deploy script is really redundant.

This refactors the deployment process to fix all of the above issues. The only functional change is that the deploy target must take a branch parameter (the same way it already requires a commit msg parameter). We are currently using this successfully on a project.

@grasmash grasmash merged commit fb1eaeb into acquia:8.x May 24, 2016
@danepowell danepowell deleted the feature/deploy-travis-fixes branch September 26, 2016 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants