Skip to content

Commit

Permalink
REF: Rename service to example-service
Browse files Browse the repository at this point in the history
BREAKING CHANGE: The service can now be reached at `octue/example-service`
  • Loading branch information
cortadocodes committed Jun 3, 2024
1 parent 025881c commit 41956f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
gcp_project_number: 437801218871
gcp_region: europe-west1
gcp_resource_affix: octue
gcp_service_name: example-service-cloud-run
gcp_service_name: example-service
cloud_run_flags: "--ingress=all --allow-unauthenticated"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# example-service-cloud-run

An example Octue service for deploying to Google Cloud Run. Questions can be sent to it at
`octue/example-service-cloud-run:0.4.2`.
`octue/example-service:0.4.2`.
2 changes: 1 addition & 1 deletion octue.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
services:
- namespace: octue
name: example-service-cloud-run
name: example-service
app_source_path: example_service_cloud_run
app_configuration_path: app_configuration.json

0 comments on commit 41956f8

Please sign in to comment.