Skip to content

Micchili/heroku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWAKE wercker status

syon's static site boilerplate.

branch with url
master (blank) https://github.com/syon/awake
webpack Webpack https://github.com/syon/awake/tree/webpack
harp Harp https://github.com/syon/awake/tree/harp
electron Electron https://github.com/syon/awake/tree/electron
serverless Serverless https://github.com/syon/awake/tree/serverless

install

$ npm install

prepare

add your static resources into public directory.

deploy

GitHub Pages

wercker (wercker.yml)

Heroku

$ git add -A
$ git commit -am "commit message"
$ heroku create your-site-name
$ git push -u heroku master

Basic Auth

Edit Procfile and add config on Heroku.

web: serve public --auth
$ heroku config:set SERVE_USER username
$ heroku config:set SERVE_PASSWORD password

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages