Skip to content

Commit

Permalink
Move gamma1 deployment to main
Browse files Browse the repository at this point in the history
  • Loading branch information
WillNilges committed Dec 5, 2024
1 parent 519b4da commit a5e402c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 19 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/deploy_environments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ on:
- main

jobs:
deploy_gamma1:
name: Deploy gamma1
uses: ./.github/workflows/deploy_k8s_cluster.yaml
with:
environment: gamma1
secrets: inherit
if: github.ref == 'refs/heads/main'

deploy_dev3:
name: Deploy dev3
uses: ./.github/workflows/deploy_k8s_cluster.yaml
Expand Down
19 changes: 0 additions & 19 deletions .github/workflows/deploy_gamma.yaml

This file was deleted.

0 comments on commit a5e402c

Please sign in to comment.