Skip to content

Commit 1a9be57

Browse files
authored
Fix missed website Cloud Deploy change (#2149)
D'oh 🤦
1 parent 14d4254 commit 1a9be57

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

deployment/clouddeploy/osv-website/skaffold.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ profiles:
99
rawYaml:
1010
- run-staging.yaml
1111

12-
# - name: prod
13-
# manifests:
14-
# rawYaml:
15-
# - run-prod.yaml
12+
- name: prod
13+
manifests:
14+
rawYaml:
15+
- run-prod.yaml
1616

1717
deploy:
1818
cloudrun: {}

0 commit comments

Comments
 (0)