Skip to content

Commit a1babff

Browse files
committed
deploy(be&fe): add private repo support
1 parent 8354afd commit a1babff

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

deploy/dapps-certification-web.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
- name: dapps-certification-web
99
type: webservice
1010
properties:
11-
image: ghcr.io/demoiog/plutus-certification-web:9.1
11+
image: ghcr.io/demoiog/plutus-certification-web:10
1212
imagePullPolicy: IfNotPresent
1313
ports:
1414
- expose: true

deploy/dapps-certification.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,19 @@ spec:
2525
secretKeyRef:
2626
key: WALLET_PASSPHRASE
2727
name: the-secrets
28+
- name: GITHUB_CLIENT_ID
29+
valueFrom:
30+
secretKeyRef:
31+
key: GITHUB_CLIENT_ID
32+
name: github-secrets
33+
- name: GITHUB_CLIENT_SECRET
34+
valueFrom:
35+
secretKeyRef:
36+
key: GITHUB_CLIENT_SECRET
37+
name: github-secrets
2838
- name: DB_PATH
2939
value: "/db/certification.sqlite"
30-
image: ghcr.io/demoiog/plutus-certification:17
40+
image: ghcr.io/demoiog/plutus-certification:18
3141
imagePullPolicy: IfNotPresent
3242
imagePullSecrets:
3343
- iohk-ghcr-creds

0 commit comments

Comments
 (0)