From 189e4fe6871e93ede5a2f55480f6ff468673e628 Mon Sep 17 00:00:00 2001 From: Kyle Harding Date: Wed, 18 Sep 2024 09:30:02 -0400 Subject: [PATCH] Remove Jenkins build and deploy workflow Signed-off-by: Kyle Harding --- .github/workflows/build_and_deploy.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/build_and_deploy.yml diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml deleted file mode 100644 index f6fbec56..00000000 --- a/.github/workflows/build_and_deploy.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: 'Deploy on release tag' - -on: - push: - tags: - - v[0-9]+.[0-9]+.[0-9]+\+?r?e?v?* - - v20[0-9][0-9].[0-1]?[1470].[0-9]+ - - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: - -jobs: - release-on-tag: - uses: balena-os/github-workflows/.github/workflows/build_and_deploy.yml@0192d70429dd7bce1aee056ec3369514f682d48a # v0.0.27 - with: - deployTo: "production" - secrets: inherit