1
0
Fork 0
mirror of synced 2024-06-26 18:10:51 +12:00

wc on preprod values

This commit is contained in:
Martin McKeaveney 2021-12-21 16:25:51 +00:00
parent 9aeb2eee1a
commit 6aeb9d8d07

View file

@ -35,7 +35,7 @@ jobs:
-H 'Accept: application/vnd.github.v3.raw' \
-o values.preprod.yaml \
-L https://api.github.com/repos/budibase/budibase-infra/contents/kubernetes/budibase-preprod/values.yaml
wc -l values.production.yaml
wc -l values.preprod.yaml
- name: Deploy to Preprod Environment
uses: deliverybot/helm@v1