Skip to content

Commit

Permalink
doc(nx-deploy-it): update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MitkoTschimev committed Apr 13, 2020
1 parent 60b4f4e commit 44cc067
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions libs/nx-deploy-it/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,17 +121,17 @@ You can create the hosted zone in the [Route53](https://console.aws.amazon.com/r

### Angular Universal Application

| Feature | Azure | AWS | GCP | Workspace | activated in dev (default) | activated in prod (default) |
| --------------- | :--------: | :--------: | :--------: | :--------: | :------------------------: | :-------------------------: |
| serverless | :calendar: | :calendar: | :calendar: | :calendar: | yes | yes |
| server instance | :calendar: | :calendar: | :calendar: | :calendar: | yes | yes |
| Feature | Azure | AWS | GCP | Workspace | activated in dev (default) | activated in prod (default) |
| --------------- | :----------------: | :----------------: | :--------: | :--------: | :------------------------: | :-------------------------: |
| serverless | :white_check_mark: | :white_check_mark: | :calendar: | nx | yes | yes |
| server instance | :calendar: | :calendar: | :calendar: | :calendar: | yes | yes |

### NestJS & ExpressJS

| Feature | Azure | AWS | GCP | Workspace |
| --------------- | :-----------------------------------------: | :----------------: | :----------------: | :--------: |
| serverless | :white_check_mark: (with azure VSC support) | :white_check_mark: | :white_check_mark: | Nx |
| server instance | :calendar: | :calendar: | :calendar: | :calendar: |
| Feature | Azure | AWS | GCP | Workspace |
| --------------- | :----------------: | :----------------: | :----------------: | :--------: |
| serverless | :white_check_mark: | :white_check_mark: | :white_check_mark: | Nx |
| server instance | :calendar: | :calendar: | :calendar: | :calendar: |

If you use the nx workspace or angular workspace with other types of applications and you want to have them supported by nx-deploy-it, please feel free and create a new Issue and of course ;) -> Contributions are welcome!

Expand Down
2 changes: 1 addition & 1 deletion libs/nx-deploy-it/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dev-thought/nx-deploy-it",
"version": "1.3.0-beta.0",
"version": "1.3.0",
"main": "src/index.js",
"schematics": "./collection.json",
"builders": "./builders.json",
Expand Down

0 comments on commit 44cc067

Please sign in to comment.