Skip to content

Commit 89d51b7

Browse files
committed
docs: add logo
1 parent 0a0fa87 commit 89d51b7

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
<img alt="Twitter Follow" src="https://img.shields.io/twitter/follow/jefiozie?style=social">
2020
</a>
2121

22+
<p align="center">
23+
<img src="https://github.com/Jefiozie/ngx-aws-deploy/blob/main/ngx-aws-deploy_logo.png?raw=true" alt="ngx-aws-deploy" />
24+
</p>
25+
2226
## Quick Start
2327

2428
1. Install the latest version of Angular cli
@@ -37,18 +41,20 @@
3741
```sh
3842
ng add @jefiozie/ngx-aws-deploy
3943
```
44+
4045
4. After these steps your `angular.json` is updated with a new builder:
4146
```json
4247
"deploy": {
4348
"builder": "@jefiozie/ngx-aws-deploy:deploy",
4449
"options": {}
4550
}
4651
```
47-
5. Due to security risk we have made the decision to never add any options to the `angular.json`. You should set the environments variable during the `ng deploy` command. Below a example on how you could do this.
52+
5. Due to security risk we have made the decision to never add any options to the `angular.json`. You should set the environments variable during the `ng deploy` command. Below a example on how you could do this.
4853

4954
```bash
5055
npx cross-env NG_DEPLOY_AWS_ACCESS_KEY_ID=1234 NG_DEPLOY_AWS_SECRET_ACCESS_KEY=321ACCESS NG_DEPLOY_AWS_BUCKET=mys3bucket NG_DEPLOY_AWS_REGION=eu-1-region NG_DEPLOY_AWS_SUB_FOLDER=path/on/bucker ng deploy
5156
```
57+
5258
6. Run `ng deploy` to deploy your application to Amazon S3.
5359

5460
🚀**_Happy deploying!_** 🚀

libs/ngx-aws-deploy/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
<img alt="Twitter Follow" src="https://img.shields.io/twitter/follow/jefiozie?style=social">
2020
</a>
2121

22+
<p align="center">
23+
<img src="https://github.com/Jefiozie/ngx-aws-deploy/blob/main/ngx-aws-deploy_logo.png?raw=true" alt="ngx-aws-deploy" />
24+
</p>
25+
2226
## Quick Start
2327

2428
1. Install the latest version of Angular cli

ngx-aws-deploy_logo.png

5.16 KB
Loading

0 commit comments

Comments
 (0)