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

Changed deploy to use Cake.Git & KuduSync #49

Merged
merged 1 commit into from Jan 8, 2017
Merged

Conversation

devlead
Copy link
Contributor

@devlead devlead commented Jan 7, 2017

Changed from shelling out to git to using the Cake.Git addin and Kudu Sync to sync output folder with publish repo.

To work this needs 2 new environment variables added to AppVeyor

Variable Description Example
git_deploy_remote Where to publish https://github.com/gep13/gep13.git
git_deploy_branch Which branch to publish to gh-pages

@gep13
Copy link
Owner

gep13 commented Jan 8, 2017

Thank you very much for doing this! Didn't know that you could use Kudu in isolation like this!

@gep13 gep13 merged commit b4c9dc3 into gep13:master Jan 8, 2017
@gep13
Copy link
Owner

gep13 commented Jan 8, 2017

@daveaglick might be interested in taking a look at this.

@devlead
Copy link
Contributor Author

devlead commented Jan 8, 2017

@gep13 this could also be the path forward for the @cake-build/website, as we could build It anywhere and based on different env vars per branch deciding on where to publish.

@gep13
Copy link
Owner

gep13 commented Jan 8, 2017

@devlead that is very true.

@devlead
Copy link
Contributor Author

devlead commented Jan 8, 2017

@gep13 this is a nice feature too
image

@gep13
Copy link
Owner

gep13 commented Jan 8, 2017

@devlead yes, I spotted that little nugget that you added there 😄

@daveaglick
Copy link
Contributor

AppVeyor 4 Lyfe

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.

None yet

3 participants