Skip to content

Commit 3318545

Browse files
committed
Add changes
1 parent e53a55c commit 3318545

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

+22
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,25 @@ yarn
2828
```sh
2929
yarn start
3030
```
31+
32+
## Deploying to Heroku git
33+
34+
Login to Heroku
35+
36+
```
37+
heroku login
38+
```
39+
40+
41+
Link repository
42+
43+
```
44+
git remote set-url heroku https://git.heroku.com/hangwoman-api.git
45+
```
46+
47+
48+
Publish changes
49+
50+
```
51+
git push heroku master
52+
```

0 commit comments

Comments
 (0)