Skip to content

Commit 1f4b907

Browse files
(chore): deployOnHeroku
- deploy the app on heroku
1 parent 9956d85 commit 1f4b907

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

Procfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web: yarn start

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,14 @@
3030
3. [sass-loader](https://www.npmjs.com/package/sass-loader)
3131
4. [Storybook](https://storybook.js.org/docs/guides/guide-react/)
3232
5. [Enzyme](https://enzymejs.github.io/enzyme/)
33+
34+
### E. Deployments
35+
- This application is deployed on heroku, we have two different versions, which are different by the app status, in staging mode or ready for production.
36+
37+
- When the app is in staging mode is available on this link `https://stackup-barefoot.herokuapp.com/` => This deployment happens automatically, whenever there is a new merging to develop branch
38+
39+
- When the app is ready for production is available on this link `https://immense-chamber-27847.herokuapp.com/`
40+
- Whenever a new PR is opened, there is a new review app which is created and accessible in the browser which helps to access visualize your PR in the browser to check if it working as you wanted it to work.
41+
42+
43+

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
"storybook": "start-storybook -p 6006",
1212
"build-storybook": "build-storybook"
1313
},
14+
"engines": {
15+
"yarn": "1.x",
16+
"node": "14.x"
17+
},
1418
"repository": {
1519
"type": "git",
1620
"url": "git+https://github.com/Stackup-Rwanda/stackup2-barefoot-frontend.git"

0 commit comments

Comments
 (0)