You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This only works after the project has been provisioned using 'provision_resources'.
305
308
306
-
UNDER THE HOOD: deployments are ECS tasks running on Fargate, with images stored in ECR. In particular, this tool builds an image using the Dockerfile in the current directory.
309
+
UNDER THE HOOD: this tool builds an image using the Dockerfile in the current directory.
307
310
308
311
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.
"platform": f"Neptune (neptune.dev) - API Base URL: {SETTINGS.api_base_url.rstrip('/')}",
701
713
"description": "Neptune is a cloud deployment platform that simplifies deploying and managing containerized applications with provisioned cloud resources.",
702
714
"available_tools": {
703
715
"setup": {
704
716
"login": tools_by_name.get("login", "Authenticate with Neptune"),
705
717
"get_project_schema": tools_by_name.get("get_project_schema", "Get the JSON schema for neptune.json"),
706
718
},
707
719
"configuration": {
708
-
"add_new_resource": tools_by_name.get("add_new_resource", "Get info about resource types (StorageBucket, Secret, etc.) and how to configure these resources in neptune.json"),
720
+
"add_new_resource": tools_by_name.get(
721
+
"add_new_resource",
722
+
"Get info about resource types (StorageBucket, Secret, etc.) and how to configure these resources in neptune.json",
0 commit comments