move cloud deployment scripts and readmes into subfolder

This commit is contained in:
timothycarambat
2023-07-20 12:13:40 -07:00
parent c1deca4928
commit ab9304b6dd
13 changed files with 71 additions and 71 deletions

View File

@@ -16,8 +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::gcp_deployment": "node gcp/deployment/generate.mjs"
"generate:cloudformation": "node cloud-deployments/aws/cloudformation/generate.mjs",
"generate::gcp_deployment": "node cloud-deployments/gcp/deployment/generate.mjs"
},
"private": false
}