diff --git a/.github/README.md b/.github/README.md new file mode 100644 index 0000000000..6894666e43 --- /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 0105b49765..a92b2a80bd 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 2eb2439faa..5223fc6864 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: