Skip to content

Commit bf8c5c8

Browse files
authored
Merge pull request #621 from 1EdTech/publish
Publish
2 parents 36c44cf + f4eb0bb commit bf8c5c8

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/deploy-cloud-run.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ jobs:
8787
--allow-unauthenticated
8888
--ingress=internal-and-cloud-load-balancing
8989
--port=4321
90-
--timeout=120
90+
--startup-probe=httpGet.port=4321,initialDelaySeconds=10,timeoutSeconds=10,periodSeconds=120,failureThreshold=10
91+
--memory=1Gi
92+
--timeout=60
9193
--min-instances=1
9294
--set-env-vars ASTRO_BASE_PATH=${{ env.ASTRO_BASE_PATH }}
9395
--set-env-vars AUTH0_DOMAIN=${{ env.AUTH0_DOMAIN }}

ob_v3p0/microsites/cert/ob-cert-v3p0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
author: 1Edtech Consortium
3-
category: Specification
3+
category: Certification
44
title: Open Badges Specification Conformance and Certification Guide
55
shortcode: OB-CERT-30
66
status: Final

ob_v3p0/microsites/impl/ob-impl-v3p0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
author: 1Edtech Consortium
3-
category: Specification
3+
category: Guide
44
title: Open Badges Implementation Guide
55
shortcode: OB-IMPL-30
66
status: Final

0 commit comments

Comments
 (0)