File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments