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

preprod linecount

This commit is contained in:
Martin McKeaveney 2021-12-21 16:21:44 +00:00
parent a77d6cbc42
commit 9aeb2eee1a
3 changed files with 26 additions and 7 deletions

25
.github/README.md vendored Normal file
View file

@ -0,0 +1,25 @@
# Budibase CI Pipelines
Welcome to the budibase CI pipelines directory. This document details what each of the CI pipelines are for, and come common combinations.
## All CI Pipelines
### Standard CI Build Job (budibase_ci.yml)
### Release Selfhost Job (release-selfhost.yml)
### Release Develop Job (release-develop.yml)
### Contributor License Agreement (cla.yml)
### Cloud Deploy (deploy-cloud.yml)
### Release Job (release.yml)
## Common Workflows
### Deploy Changes to Production (Hotfix, Release)
### Rollback A Bad Deployment
###

View file

@ -35,6 +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
- name: Deploy to Preprod Environment
uses: deliverybot/helm@v1

View file

@ -56,13 +56,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - name: Deploy
# uses: peaceiris/actions-gh-pages@v3
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# publish_dir: ./public
# full_commit_message: "Helm Release: ${{ env.RELEASE_VERSION }}"
- name: Perform Github Release
uses: softprops/action-gh-release@v1
with: