Skip to content

Commit

Permalink
MRG: Merge pull request #16 from octue/use-correct-octue-version
Browse files Browse the repository at this point in the history
Use correct octue version
  • Loading branch information
cortadocodes authored Jul 27, 2023
2 parents dcc87ec + 991e865 commit 8a6c9c1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 19 deletions.
13 changes: 0 additions & 13 deletions octue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,4 @@ services:
- namespace: octue
name: example-service-cloud-run
app_source_path: example_service_cloud_run
project_name: octue-sdk-python
region: europe-west1
repository_owner: octue
repository_name: example-service-cloud-run
minimum_instances: 0
maximum_instances: 10
concurrency: 10
branch_pattern: ^main$
memory: 512Mi
cpus: 1
environment_variables:
- name: LOREM
value: ipsum
app_configuration_path: app_configuration.json
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "example-service-cloud-run"
version = "0.3.0"
version = "0.3.1"
description = "An example Octue service for deploying to Google Cloud Run."
authors = ["Marcus Lugg <marcus@octue.com>"]
license = "MIT"
Expand Down

0 comments on commit 8a6c9c1

Please sign in to comment.