Skip to content
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

[DOCS] Improve heroku docs to describe how to make and deploy code/config changes #32

Open
3 tasks done
marks opened this issue Jan 26, 2022 · 0 comments
Open
3 tasks done
Labels
bug Something isn't working

Comments

@marks
Copy link
Contributor

marks commented Jan 26, 2022

Describe the bug

Add information to Heroku deploy docs on how to modify config.js.

Basically, you'll need to follow https://help.heroku.com/XOBUHLKQ/why-do-i-see-a-message-you-appear-to-have-cloned-an-empty-repository-when-using-heroku-git-clone. Or more specifically:

heroku git:clone -a YOUR_HEROKU_APP_NAME
cd YOUR_HEROKU_APP_NAME
git remote add origin https://github.com/slackapi/template-triage-bot
git pull origin main
# make changes to config.js
git add . && git commit -m "a useful commit message"
git push

Requirements (place an x in each of the [ ])**

  • I've read and understood the Contributing guidelines and have done my best effort to follow them.
  • I've read and agree to the Code of Conduct.
  • I've searched for any related issues and avoided creating a duplicate issue.
@marks marks added the bug Something isn't working label Jan 26, 2022
@marks marks changed the title [DOCS] [DOCS] Improve heroku docs Jan 26, 2022
@marks marks changed the title [DOCS] Improve heroku docs [DOCS] Improve heroku docs to describe how to make and deploy code/config changes Jan 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant