ausocean / cloud

GNU General Public License v3.0
1 stars 1 forks source link

bench: Deploy from the repo root level #60

Closed scruzin closed 1 month ago

scruzin commented 1 month ago

Deploying oceanbench to App Engine from cmd/oceanbench creates a number of problems, notably not being able to access resolve packages under the cloud repo. It is recommended that the app.yaml move up to the root level, and that there be one app.yaml for each service, e.g., oceanbench.yaml to oceanbench, datablue.yaml for data blue, etc.

scruzin commented 1 month ago

Implemented in Pull Request #61