Browse Source

preprod helm setup

pull/4023/head
Martin McKeaveney 5 years ago
parent
commit
42ea628733
  1. 2
      .github/workflows/budibase_ci.yml
  2. 4
      .github/workflows/deploy-preprod.yml

2
.github/workflows/budibase_ci.yml

@ -41,4 +41,6 @@ jobs:
files: ./packages/server/coverage/clover.xml
name: codecov-umbrella
verbose: true
# TODO: parallelise this
- run: yarn test:e2e:ci

4
.github/workflows/deploy-preprod.yml

@ -36,6 +36,10 @@ jobs:
# -o values.preprod.yaml \
# -L https://api.github.com/repos/budibase/budibase-infra/contents/kubernetes/values.preprod.yaml
- name: Setup Helm
uses: azure/setup-helm@v1
id: helm-install
- name: Deploy to Preprod Environment
uses: deliverybot/helm@v1
with:

Loading…
Cancel
Save