mirror of
https://github.com/Mintplex-Labs/anything-llm
synced 2026-04-25 17:15:37 +02:00
Adding GCP Deployment Template (#142)
* Adding GCP Deployment Manager Template * Adding GCP Deployment Manager Template * Adding GCP Deployment Manager Template * Update gcp/deployment/DEPLOY.md Co-authored-by: David Blore <42894467+DavidBlore@users.noreply.github.com> * Update gcp/deployment/DEPLOY.md Co-authored-by: David Blore <42894467+DavidBlore@users.noreply.github.com> * Update gcp/deployment/DEPLOY.md Co-authored-by: David Blore <42894467+DavidBlore@users.noreply.github.com> * Update DEPLOY.md * Update DEPLOY.md * Update DEPLOY.md --------- Co-authored-by: David Blore <42894467+DavidBlore@users.noreply.github.com>
This commit is contained in:
@@ -16,7 +16,8 @@
|
||||
"dev:frontend": "cd frontend && yarn start",
|
||||
"prod:server": "cd server && yarn start",
|
||||
"prod:frontend": "cd frontend && yarn build",
|
||||
"generate:cloudformation": "node aws/cloudformation/generate.mjs"
|
||||
"generate:cloudformation": "node aws/cloudformation/generate.mjs",
|
||||
"generate::gcp_deployment": "node gcp/deployment/generate.mjs"
|
||||
},
|
||||
"private": false
|
||||
}
|
||||
Reference in New Issue
Block a user