Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thebenforce/jovo-deploy-container
A docker container with everything required to deploy a jovo app
https://github.com/thebenforce/jovo-deploy-container
Last synced: 2 months ago
JSON representation
A docker container with everything required to deploy a jovo app
- Host: GitHub
- URL: https://github.com/thebenforce/jovo-deploy-container
- Owner: theBenForce
- License: mit
- Created: 2018-11-15T12:25:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-20T02:27:33.000Z (over 6 years ago)
- Last Synced: 2024-12-06T21:28:40.404Z (3 months ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AWS Docker Container
A docker image based on `node:alpine` for use in CI/CD pipelines targeting AWS. Includes the AWS cli, node, python, git, [labbadge](https://www.npmjs.com/package/labbadge), and a custom script.
## Script
| command | description |
| ------------------------------------------- | ----------------------------------------------------------------------------------------------------- |
| `add-ssh ` | Set the contents of `~/.ssh/id_rsa`. |
| `get-json-value ` | Get the value of the property at the given path. |
| `get-stack-output ` | Given a file containing the output of describe-stacks, returns the value of the requested output key. |
| `deploy-model | Uses jovo commands to build and deploy everything except for the backend for the given stage. |