Skip to content

Commit fc8baf8

Browse files
committed
chore: Reorganize Heroku links into its own subsection
1 parent a1b591c commit fc8baf8

File tree

2 files changed

+24
-18
lines changed

2 files changed

+24
-18
lines changed

README.md

+1-18
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,9 @@ A collection of links to tutorials, templates, tools, and other helpful resource
1010
* [HTML/CSS](./html/README.md)
1111
* [iOS](./ios/README.md)
1212
* [RegEx](./regex/README.md)
13-
* [Heroku](#heroku)
13+
* [Heroku](./heroku/README.md)
1414
* [Nginx](#Nginx)
1515

16-
## Heroku
17-
18-
* Deployment
19-
* [Deploying with Git](https://devcenter.heroku.com/articles/git)
20-
* [How to link a folder with an existing Heroku app?](https://stackoverflow.com/q/5129598/2745495)
21-
* Framework-Specific Setups
22-
* Python/Flask
23-
* [Deploying Python and Django Apps on Heroku](https://devcenter.heroku.com/articles/deploying-python)
24-
* [Specifying a Python Runtime](https://devcenter.heroku.com/articles/python-runtimes)
25-
* [What does the Procfile mean?](https://stackoverflow.com/q/30178792/2745495)
26-
* Advanced Setups
27-
* [Buildpacks](https://devcenter.heroku.com/articles/buildpacks)
28-
* [How to use the Heroku ffmpeg Buildpack for Python?](https://stackoverflow.com/q/58146519/2745495)
29-
* Troubleshooting
30-
* `git push heroku master` problems
31-
* [*Permission denied (publickey)*](https://stackoverflow.com/q/4269922/2745495)
32-
3316
## Nginx
3417

3518
* Configuration Templates

heroku/README.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Heroku
2+
3+
## Deployment
4+
5+
* [Deploying with Git](https://devcenter.heroku.com/articles/git)
6+
* [How to link a folder with an existing Heroku app?](https://stackoverflow.com/q/5129598/2745495)
7+
8+
## Framework-Specific Setups
9+
10+
* Python/Flask
11+
* [Deploying Python and Django Apps on Heroku](https://devcenter.heroku.com/articles/deploying-python)
12+
* [Specifying a Python Runtime](https://devcenter.heroku.com/articles/python-runtimes)
13+
* [What does the Procfile mean?](https://stackoverflow.com/q/30178792/2745495)
14+
15+
## Advanced Setups
16+
17+
* [Buildpacks](https://devcenter.heroku.com/articles/buildpacks)
18+
* [How to use the Heroku ffmpeg Buildpack for Python?](https://stackoverflow.com/q/58146519/2745495)
19+
20+
## Troubleshooting
21+
22+
* `git push heroku master` problems
23+
* [*Permission denied (publickey)*](https://stackoverflow.com/q/4269922/2745495)

0 commit comments

Comments
 (0)