Skip to content

Commit

Permalink
Set up new workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
WillNilges committed Aug 21, 2024
1 parent 457e5be commit 06c9dae
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 200 deletions.
100 changes: 0 additions & 100 deletions .github/workflows/deploy_dev3.yaml

This file was deleted.

27 changes: 27 additions & 0 deletions .github/workflows/deploy_environments.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Deploy Environments
permissions: read-all

on:
push:
branches:
- wdn/datadog # FIXME (wdn)!!!!!!!!!!!!!!!!
workflow_dispatch:
branches:
- main

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

deploy_prod1:
name: Deploy prod1
uses: ./.github/workflows/deploy_k8s_cluster.yaml
with:
environment: prod1
secrets: inherit
if: github.ref == 'refs/heads/main'
100 changes: 0 additions & 100 deletions .github/workflows/deploy_prod1.yaml

This file was deleted.

0 comments on commit 06c9dae

Please sign in to comment.