Use AppVeyor to deploy changes to Octopress Blog
Hello,
I have just started using Octopress for my blog, and I would like to use AppVeyor to support the deployment of the generated static files to my Github Repository.
I have found a blog post which describes how this can be done using a standalone instance of TeamCity:
http://jake.ginnivan.net/blog/2014/06/10/low-friction-octopress-github-pages-setup/
And I am wondering if this is possible using AppVeyor?
Would it be possible for you to provide some guidance on how to get started with this? I created a basic build configuration in AppVeyor just now, and did the first step in the blog post which was to execute "bundle install", however, this resulted in an error:
https://ci.appveyor.com/project/GaryEwanPark/gep13-github-io/build/1.0.2
Any ideas how to proceed?
Thanks!
Gary
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 03 Sep, 2014 09:23 PM
It fails while installing
rdiscount
gem inextconfig.rb
. It expects int to be 2 bytes in size:Maybe it's solely Windows problem...
2 Posted by gep13 on 03 Sep, 2014 09:32 PM
Hello,
Thanks for getting back to me.
I do my development work in a Windows Machine, Windows 8, and I can confirm that running bundle install works fine there.
Gary
Sent from my Windows Phone
________________________________
Support Staff 3 Posted by Feodor Fitsner on 03 Sep, 2014 09:39 PM
Right, I've tried on my laptop and it worked too. Need to investigate further.
4 Posted by gep13 on 03 Sep, 2014 09:48 PM
Thank you! Appreciate it!
Sent from my Windows Phone
________________________________
Support Staff 5 Posted by Feodor Fitsner on 04 Sep, 2014 01:38 AM
OK, found the problem! You will never ever believe what was the problem: http://stackoverflow.com/a/7904469/1435891 :)
"Application Experience" service was indeed disabled on AV build workers as "unnecessary". This is the case where it's needed though I'm not sure what's going on.
I'm deploying updated build worker image later today.
This is the results for your Gemfile: https://ci.appveyor.com/project/appvyr/gep13-github-io
Support Staff 6 Posted by Feodor Fitsner on 04 Sep, 2014 04:03 AM
New image is online. rdiscount gem installation should be fine now.
7 Posted by gep13 on 04 Sep, 2014 06:05 AM
Thank you so much for looking into this! I am away to give this a try just now!
gep13 closed this discussion on 04 Sep, 2014 06:19 AM.