Merge pull request #255 from tloncorp/hm/staging-workflow

ops: switch over to staging workflow
This commit is contained in:
Hunter Miller 2024-01-30 11:02:41 -06:00 committed by GitHub
commit 517fd3d481
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -6,6 +6,7 @@ on:
type: string
required: true
description: Enter the tag to deploy
default: staging
kernel:
type: boolean
required: false

View File

@ -6,6 +6,7 @@ on:
type: string
required: true
description: Enter the tag to deploy
default: staging
jobs:
deploy:
runs-on: ubuntu-latest

View File

@ -7,6 +7,7 @@ on:
required: false
default: develop
description: Enter the tag to deploy
default: staging
jobs:
build-frontend:
runs-on: ubuntu-latest

View File

@ -6,6 +6,7 @@ on:
type: string
required: true
description: Enter the tag to deploy
default: staging
jobs:
deploy:
runs-on: ubuntu-latest