Skip to content

Commit

Permalink
Add seeding and migration into deployment/clowdapp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellen-Yi-Dong committed Aug 1, 2023
1 parent da5abb2 commit 80500be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deployment/clowdapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ objects:
value: 'true'
- name: ENT_RUN_BUNDLE_SYNC
value: ${RUN_BUNDLE_SYNC}
- name: SERVICE_MIGRATE_AND_SEED_ON_INIT
value: 'true'
- name: WORKER_MIGRATE_AND_SEED_ON_INIT
value: 'false'
- name: ENT_CERT
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit 80500be

Please sign in to comment.