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:
41
41
42
42
** [ Deploy HackathonManager for your hackathon » ; ] ( https://coderit.org/hackathon-manager/docs/deployment ) **
43
43
44
+ [ ![ Deploy] ( https://www.herokucdn.com/deploy/button.svg )] ( https://heroku.com/deploy )
45
+
44
46
## Documentation
45
47
46
48
Documentation 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
9
9
10
10
** See [ Environment Variables] ( deployment-environment-variables.md ) for all required environment variables**
11
11
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 )
13
13
14
14
### Validating initial deploy
15
15
Original file line number Diff line number Diff line change @@ -63,6 +63,17 @@ class HomeSplash extends React.Component {
63
63
GitHub
64
64
</ Button >
65
65
</ 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 >
66
77
</ div >
67
78
</ SplashContainer >
68
79
) ;
You can’t perform that action at this time.
0 commit comments