Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a106bb15a8 | |||
| d9a431d99a |
@@ -293,7 +293,7 @@ jobs:
|
|||||||
# must succeed before either the API or worker deploys.
|
# must succeed before either the API or worker deploys.
|
||||||
sync-cw-to-api:
|
sync-cw-to-api:
|
||||||
name: Sync - CW to API
|
name: Sync - CW to API
|
||||||
needs: [build-api, build-worker]
|
needs: [migrate-api, build-worker]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Set the Kubernetes context
|
- name: Set the Kubernetes context
|
||||||
|
|||||||
@@ -17,10 +17,12 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: sync
|
- name: sync
|
||||||
image: ghcr.io/horizonstacksoftware/optima-dalpuri-sync:RELEASE_TAG
|
image: ghcr.io/horizonstacksoftware/optima-dalpuri-sync:RELEASE_TAG
|
||||||
envFrom:
|
|
||||||
- secretRef:
|
|
||||||
name: api-env-secret
|
|
||||||
env:
|
env:
|
||||||
|
- name: CW_DATABASE_URL
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: api-env-secret
|
||||||
|
key: CW_DATABASE_URL
|
||||||
- name: API_DATABASE_URL
|
- name: API_DATABASE_URL
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
|||||||
Reference in New Issue
Block a user