deploy_project
Deploy your current project to AWS using its Dockerfile. Prerequisite: provision resources first with 'provision_resources'.
Instructions
Deploy the current project.
This only works after the project has been provisioned using 'provision_resources'.
UNDER THE HOOD: this tool builds an image using the Dockerfile in the current directory.
Note: running tasks are not persistent; if the task stops or is redeployed, all data stored in the container is lost. Use provisioned resources (storage buckets, etc.) for persistent data storage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| neptune_json_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||