Open kidd001 opened 9 years ago
You should set up deploy section of wercker.yml like this:
~chomp~
build:
#blahblahblah
deploy:
steps:
- uetchy/gh-pages:
token: $GITHUB_TOKEN
repo: randompaper/randompaper.github.io
path: public
domain: randompaper.co
Particularly, you must replace that with path: build
because of changing parameters.
Thanks for getting back to me.
I have updated my wercker.yml as you adviced but still I haven't seen public folder being created on GitHub, and Wercker has been doing infinite deploy for the last 40 minutes or so.....
Hi there,
I'm amazed by the way how Wercher deploys post to prod, so I give it a try but I got struck by a weird issue, would like some advice from you to get it solved.
So I follow every single step in your tutorial and get Wercker properly (I assume) for my project, below is how the logs show:
But when I try to open up my Github Page (http://kidd001.github.io), there's nothing comes up, does it mean "public" folder doesn't get created by Wercker?
Cheers, Kexin`