LoginSignup
11
10

More than 5 years have passed since last update.

herokuでロックかけて限定公開する

Last updated at Posted at 2016-06-04

herokuへデプロイするリポジトリを準備後

heroku create
git push heroku PUSH_BRANCH:master
heroku config:set USER=USER_NAME
heroku config:set PASS=PASSWORD

で設定できる

以下を元に作成すればよし
https://github.com/nulltask/heroku-static-provider

11
10
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
11
10