From f5ef38e86f6234aeabd44020d3c3a334d79daca4 Mon Sep 17 00:00:00 2001 From: Hunter Miller Date: Mon, 29 Jan 2024 17:24:57 -0600 Subject: [PATCH] ops: switch over to staging workflow --- .github/workflows/deploy-canary.yml | 4 ++++ .github/workflows/deploy-external.yml | 1 + .github/workflows/deploy-internal.yml | 1 + .github/workflows/deploy-kernel.yml | 1 + .github/workflows/deploy-live.yml | 1 + 5 files changed, 8 insertions(+) diff --git a/.github/workflows/deploy-canary.yml b/.github/workflows/deploy-canary.yml index f6aaf406..13241f8f 100644 --- a/.github/workflows/deploy-canary.yml +++ b/.github/workflows/deploy-canary.yml @@ -6,6 +6,10 @@ on: type: string required: false description: Enter the tag to deploy + default: staging + push: + branches: + - staging jobs: deploy: runs-on: ubuntu-latest diff --git a/.github/workflows/deploy-external.yml b/.github/workflows/deploy-external.yml index d9b9b72d..eb6964cb 100644 --- a/.github/workflows/deploy-external.yml +++ b/.github/workflows/deploy-external.yml @@ -6,6 +6,7 @@ on: type: string required: true description: Enter the tag to deploy + default: staging kernel: type: boolean required: false diff --git a/.github/workflows/deploy-internal.yml b/.github/workflows/deploy-internal.yml index 8a2b7af8..40053120 100644 --- a/.github/workflows/deploy-internal.yml +++ b/.github/workflows/deploy-internal.yml @@ -6,6 +6,7 @@ on: type: string required: true description: Enter the tag to deploy + default: staging jobs: deploy: runs-on: ubuntu-latest diff --git a/.github/workflows/deploy-kernel.yml b/.github/workflows/deploy-kernel.yml index b2251645..47585e37 100644 --- a/.github/workflows/deploy-kernel.yml +++ b/.github/workflows/deploy-kernel.yml @@ -7,6 +7,7 @@ on: required: false default: develop description: Enter the tag to deploy + default: staging jobs: build-frontend: runs-on: ubuntu-latest diff --git a/.github/workflows/deploy-live.yml b/.github/workflows/deploy-live.yml index d4d3f719..a1262bc7 100644 --- a/.github/workflows/deploy-live.yml +++ b/.github/workflows/deploy-live.yml @@ -6,6 +6,7 @@ on: type: string required: true description: Enter the tag to deploy + default: staging jobs: deploy: runs-on: ubuntu-latest