Browse Source

preprod linecount

master
Martin McKeaveney 5 years ago
parent
commit
9aeb2eee1a
  1. 25
      .github/README.md
  2. 1
      .github/workflows/deploy-preprod.yml
  3. 7
      .github/workflows/release-selfhost.yml

25
.github/README.md

@ -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
###

1
.github/workflows/deploy-preprod.yml

@ -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

7
.github/workflows/release-selfhost.yml

@ -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:

Loading…
Cancel
Save