Skip to content

Commit

Permalink
Merge pull request #12 from patelvimal/master
Browse files Browse the repository at this point in the history
Readme document updated
  • Loading branch information
santoshyadavdev authored Jan 31, 2021
2 parents 2746e7d + 2667c16 commit 6549c0d
Show file tree
Hide file tree
Showing 4 changed files with 118 additions and 1 deletion.
57 changes: 57 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "santoshyadavdev",
"id": 11923975,
"node_id": "MDQ6VXNlcjExOTIzOTc1",
"avatar_url": "https://avatars.githubusercontent.com/u/11923975?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/santoshyadavdev",
"html_url": "https://github.com/santoshyadavdev",
"followers_url": "https://api.github.com/users/santoshyadavdev/followers",
"following_url": "https://api.github.com/users/santoshyadavdev/following{/other_user}",
"gists_url": "https://api.github.com/users/santoshyadavdev/gists{/gist_id}",
"starred_url": "https://api.github.com/users/santoshyadavdev/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/santoshyadavdev/subscriptions",
"organizations_url": "https://api.github.com/users/santoshyadavdev/orgs",
"repos_url": "https://api.github.com/users/santoshyadavdev/repos",
"events_url": "https://api.github.com/users/santoshyadavdev/events{/privacy}",
"received_events_url": "https://api.github.com/users/santoshyadavdev/received_events",
"type": "User",
"site_admin": false,
"contributions": 14
},
{
"login": "patelvimal",
"id": 6451223,
"node_id": "MDQ6VXNlcjY0NTEyMjM=",
"avatar_url": "https://avatars.githubusercontent.com/u/6451223?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/patelvimal",
"html_url": "https://github.com/patelvimal",
"followers_url": "https://api.github.com/users/patelvimal/followers",
"following_url": "https://api.github.com/users/patelvimal/following{/other_user}",
"gists_url": "https://api.github.com/users/patelvimal/gists{/gist_id}",
"starred_url": "https://api.github.com/users/patelvimal/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/patelvimal/subscriptions",
"organizations_url": "https://api.github.com/users/patelvimal/orgs",
"repos_url": "https://api.github.com/users/patelvimal/repos",
"events_url": "https://api.github.com/users/patelvimal/events{/privacy}",
"received_events_url": "https://api.github.com/users/patelvimal/received_events",
"type": "User",
"site_admin": false,
"contributions": 2
}
],
"contributorsPerLine": 7,
"projectName": "ngx-heroku-deploy",
"projectOwner": "ngx-builders",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}
62 changes: 61 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,61 @@
# Coming Soon
[![npm downloads](https://img.shields.io/npm/dt/ngx-heroku-deploy?label=npm%20downloads)](https://www.npmjs.com/package/ngx-heroku-deploy)
[![npm (scoped)](https://img.shields.io/npm/v/ngx-heroku-deploy)](https://www.npmjs.com/package/ngx-heroku-deploy)
[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)

## **Deploy your Angular app to Heroku directly from the Angular CLI! 🚀**


## Prerequisite

You will need two things in order to get started
- Application Name : Project/Application name in which you want to deploy your a application build.

![alt text](https://raw.githubusercontent.com/ngx-builders/ngx-heroku-deploy/master/screenshots/application-name.png)


- Authorization token : This token is used for authentication in all Heroku API requests, and can be regenerated at will by the user in the heroku.com web interface.


#### Steps to get "Authorization Token"
1. Login into Heroku site.
2. Go to your account settings.
3. Click on "Applications" tab.
4. There is a section named as "Authorizations".
5. Create a Authorization token from here and provide that token key which installing this

![alt text](https://raw.githubusercontent.com/ngx-builders/ngx-heroku-deploy/master/screenshots/auth-token.png)

## Setting up this Builder

```
ng add ngx-heroku-deploy
OR
ng add ngx-heroku-deploy --project={projectName}
```

The above command will configure everything, you just need to provide Authorization Toaken and Application Name when it will ask you for that.

## That's it. Now, you are good to go

Now, Whenever you want to deploy your angular project just run a command `ng run [YOUR_PROJECT_NAME]:deploy` and your project will be deployed with new updates.


## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tr>
<td align="center"><a href="https://www.santoshyadav.dev"><img src="https://avatars.githubusercontent.com/u/11923975?v=4" width="100px;" alt=""/><br /><sub><b>Santosh Yadav</b></sub></a><br /><a href="https://github.com/ngx-builders/ngx-heroku-deploy/commits?author=santoshyadavdev" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/patelvimal"><img src="https://avatars.githubusercontent.com/u/6451223?v=4" width="100px;" alt=""/><br /><sub><b>Vimal Patel</b></sub></a><br /><a href="https://github.com/ngx-builders/ngx-heroku-deploy/commits?author=patelvimal" title="Documentation">📖</a></td>
</tr>
</table>

<!-- markdownlint-enable -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
Binary file added screenshots/application-name.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/auth-token.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6549c0d

Please sign in to comment.