koheisg / ryodo

Ryodo is deploy tool for static page.
0 stars 0 forks source link

記事のデプロイ機能 #22

Closed koheisg closed 7 years ago

koheisg commented 7 years ago
t19106 commented 7 years ago

更に上を行く難しさ…

t19106 commented 7 years ago

- githubにpull request作る

これってjekyllの機能を使えばできる…のですか? middlemanなら出来るのはリサーチできた! → https://github.com/middleman-contrib/middleman-deploy

koheisg commented 7 years ago
$ rails r "MarkdownExporter.run" # これでmarkdownが生成される
$ cd ./tmp/
$ git clone repo
$ mv *.md ./posts/.
$ git add 
$ git commit -m ''
$ git push origin hogehogehoge
$ hub pull-request -b gh-page

みたいなイメージです。

t19106 commented 7 years ago

GithubAPIもちゃんと読んだけど、↑のようなコマンドを完遂させる方法が分からない… 単純なpushってどうやってやるんだ?? PRやコミットメッセージを送ったりはできるらしいけど

koheisg commented 7 years ago

pull requestを送る部分以外は、 別でバッチを書くようなイメージになると思います。