1
0
Fork 0
mirror of synced 2024-10-04 03:54:37 +13:00

Merge pull request #5619 from Budibase/infra/couchdb-migration-step-3

Step 3: Update the couchDB URL and credentials from secrets
This commit is contained in:
Martin McKeaveney 2022-04-28 09:15:17 +01:00 committed by GitHub
commit 6bd92b3e18

View file

@ -66,7 +66,7 @@ jobs:
config-files: values.production.yaml
chart-path: charts/budibase
namespace: budibase
values: globals.appVersion=v${{ env.RELEASE_VERSION }}
values: globals.appVersion=v${{ env.RELEASE_VERSION }},services.couchdb.url=${{ secrets.PRODUCTION_COUCHDB_URL }},services.couchdb.password=${{ secrets.PRODUCTION_COUCHDB_PASSWORD }}
name: budibase-prod
- name: Discord Webhook Action