From 9aeb2eee1a2bb249af7cb4873818b8d36740b261 Mon Sep 17 00:00:00 2001 From: Martin McKeaveney Date: Tue, 21 Dec 2021 16:21:44 +0000 Subject: [PATCH] preprod linecount --- .github/README.md | 25 +++++++++++++++++++++++++ .github/workflows/deploy-preprod.yml | 1 + .github/workflows/release-selfhost.yml | 7 ------- 3 files changed, 26 insertions(+), 7 deletions(-) create mode 100644 .github/README.md diff --git a/.github/README.md b/.github/README.md new file mode 100644 index 000000000..6894666e4 --- /dev/null +++ b/.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 + +### \ No newline at end of file diff --git a/.github/workflows/deploy-preprod.yml b/.github/workflows/deploy-preprod.yml index 0105b4976..a92b2a80b 100644 --- a/.github/workflows/deploy-preprod.yml +++ b/.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 diff --git a/.github/workflows/release-selfhost.yml b/.github/workflows/release-selfhost.yml index 2eb2439fa..5223fc686 100644 --- a/.github/workflows/release-selfhost.yml +++ b/.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: