From d3e5839b10e5c0f798eafb7150c787892e15e4db Mon Sep 17 00:00:00 2001 From: rcooke-warwick Date: Thu, 19 Sep 2024 09:15:51 +0100 Subject: [PATCH] remove legacy build and deploy workflow Signed-off-by: Ryan Cooke --- .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