How to host static HTML files on Google App Engine?

前端 未结 7 2350
予麋鹿
予麋鹿 2020-12-22 21:57

Is it possible to host a static HTML website on App Engine? And how to make my domain name work with it?

7条回答
  •  庸人自扰
    2020-12-22 22:28

    I've found what I believe is a really neat solution.

    DryDrop

    Basically, from what I'm led to believe, you deploy DryDrop to GAE, configure (domains, Github html repository etc.), then publish your static HTML by pushing to the GitHub repository (GitHub utilises 'hooks' to alert your DryDrop install to any new HTML changes).

    I haven't used it personally, yet, but if the former CTO of Threadless Tees, Harper Reed, thinks it's OK, that's good enough for me :-D .

    Cheers

    Rich

提交回复
热议问题