mirror of
https://github.com/tloncorp/landscape.git
synced 2024-12-01 02:45:49 +03:00
Merge pull request #255 from tloncorp/hm/staging-workflow
ops: switch over to staging workflow
This commit is contained in:
commit
517fd3d481
4
.github/workflows/deploy-canary.yml
vendored
4
.github/workflows/deploy-canary.yml
vendored
@ -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
|
||||
|
1
.github/workflows/deploy-external.yml
vendored
1
.github/workflows/deploy-external.yml
vendored
@ -6,6 +6,7 @@ on:
|
||||
type: string
|
||||
required: true
|
||||
description: Enter the tag to deploy
|
||||
default: staging
|
||||
kernel:
|
||||
type: boolean
|
||||
required: false
|
||||
|
1
.github/workflows/deploy-internal.yml
vendored
1
.github/workflows/deploy-internal.yml
vendored
@ -6,6 +6,7 @@ on:
|
||||
type: string
|
||||
required: true
|
||||
description: Enter the tag to deploy
|
||||
default: staging
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
|
1
.github/workflows/deploy-kernel.yml
vendored
1
.github/workflows/deploy-kernel.yml
vendored
@ -7,6 +7,7 @@ on:
|
||||
required: false
|
||||
default: develop
|
||||
description: Enter the tag to deploy
|
||||
default: staging
|
||||
jobs:
|
||||
build-frontend:
|
||||
runs-on: ubuntu-latest
|
||||
|
1
.github/workflows/deploy-live.yml
vendored
1
.github/workflows/deploy-live.yml
vendored
@ -6,6 +6,7 @@ on:
|
||||
type: string
|
||||
required: true
|
||||
description: Enter the tag to deploy
|
||||
default: staging
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user