Skip to content

Commit 4279f3f

Browse files
committed
docs: Add deploy to Heroku button on README and homepage
Part of #158
1 parent b963b2e commit 4279f3f

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

4648
Documentation is available at https://coderit.org/hackathon-manager/

docs/deployment-heroku.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

website/pages/en/index.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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
);

0 commit comments

Comments
 (0)