File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,8 @@ HackathonManager makes use of a few different third-party services & Ruby gems:
4141
4242** [ Deploy HackathonManager for your hackathon » ; ] ( https://coderit.org/hackathon-manager/docs/deployment ) **
4343
44+ [ ![ Deploy] ( https://www.herokucdn.com/deploy/button.svg )] ( https://heroku.com/deploy )
45+
4446## Documentation
4547
4648Documentation is available at https://coderit.org/hackathon-manager/
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Click the button below to start. You'll be prompted to fill out a few questions
99
1010** See [ Environment Variables] ( deployment-environment-variables.md ) for all required environment variables**
1111
12- [ ![ Deploy] ( https://www.herokucdn.com/deploy/button.svg )] ( https://heroku.com/deploy )
12+ [ ![ Deploy] ( https://www.herokucdn.com/deploy/button.svg )] ( https://heroku.com/deploy?template=https://github.com/codeRIT/hackathon-manager )
1313
1414### Validating initial deploy
1515
Original file line number Diff line number Diff line change @@ -63,6 +63,17 @@ class HomeSplash extends React.Component {
6363 GitHub
6464 </ Button >
6565 </ PromoSection >
66+ < p style = { { marginTop : '2em' } } >
67+ < a
68+ href = "https://heroku.com/deploy?template=https://github.com/codeRIT/hackathon-manager"
69+ target = "blank"
70+ >
71+ < img
72+ src = "https://www.herokucdn.com/deploy/button.svg"
73+ alt = "Deploy to Heroku"
74+ />
75+ </ a >
76+ </ p >
6677 </ div >
6778 </ SplashContainer >
6879 ) ;
You can’t perform that action at this time.
0 commit comments