Skip to content

Commit

Permalink
Merge pull request #255 from tloncorp/hm/staging-workflow
Browse files Browse the repository at this point in the history
ops: switch over to staging workflow
  • Loading branch information
arthyn authored Jan 30, 2024
2 parents 1ae7c2c + f5ef38e commit 517fd3d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
type: string
required: true
description: Enter the tag to deploy
default: staging
kernel:
type: boolean
required: false
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
type: string
required: true
description: Enter the tag to deploy
default: staging
jobs:
deploy:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
required: false
default: develop
description: Enter the tag to deploy
default: staging
jobs:
build-frontend:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-live.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
type: string
required: true
description: Enter the tag to deploy
default: staging
jobs:
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 517fd3d

Please sign in to comment.