-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
デプロイとか動かすのに必要なことをREADMEに書く #12
Comments
あたりが必要 |
.env.exampleを見れば必要な環境変数は分かる。
|
now.jsonがデプロイの設定 now-cliは環境変数を.envに書かずにnow-cliで管理する方法があるのでそれを使っている。 cronするものなので1つしかインスタンスを使わないようにしている。 実はGitHubリポジトリとnowを連携したらpushでデプロイしてくれるけど現状は手動でデプロイしてる。 あと、nowのv1で動かしているけどサーバレスなv2に将来的には移行する必要がある。 |
ローカルで動かす時 probot-create-appするとsmee.ioでwebhookに使えるurlが発行されるけど、それ以外だと自分で発行する必要がある あとは環境変数を用意して |
GitHub Appの権限 issuesだけ そういえばGitHub Appで使っている鍵(多分create-probot-appしたときのやつ)を紛失している…いずれにしても鍵を作ってGitHub Appの設定で指定する手順も書くべき |
github actionsに移行したので、このリポジトリのものを動かすのに必要な手順はだいぶ簡略化されている。 ドキュメントとして必要なのは、もうけているcore.inputの説明。 |
oss-gate/retrospective#119
書く内容をここでメモる
The text was updated successfully, but these errors were encountered: