Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Test deploy guidelines #22

Merged
merged 2 commits into from
Oct 18, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update CONTRIBUTING.md
  • Loading branch information
shivakrishna9 authored Oct 18, 2017
commit d02d675fa2b813839265cf70fa9ff4acc044f191
6 changes: 2 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@
#### Test deploy


* Install [now-cli](https://zeit.co/now) using `npm i -g now` and run `now` inside the project root directory. If you are using this for the first time, follow instructions to login (requires email verification).
* Install [now-cli](https://zeit.co/now) using `npm i -g now` and run `now` inside the project root directory.

* Thats it! Now the app is deployed. A link similar to https://coderplex-app-hj1vnm.now.sh is generated. Open this link to see the app live with the changes you made.

* You can alias your now.sh deployment to PR number like `coderplex-pr-11.now.sh` by command `run now alias <url> coderplex-pr-11.now.sh`.

* Now, post this link in the pull request to get it accepted sooner.
* You can alias your now.sh deployment to PR number like `coderplex-pr-11.now.sh` by using `run now alias <url> coderplex-pr-11.now.sh`.