Skip to content

Commit

Permalink
Merge pull request #31 from BrownUniversity/task_kconf-extract
Browse files Browse the repository at this point in the history
create dir for secrets to reside
  • Loading branch information
brtduvally authored Jul 14, 2023
2 parents 0006bc3 + 9a1ef58 commit 1c9cfb0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dev-build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
-
name: pull kubeconfig
run: |
mkdir files
touch files/dev-bkpi.yaml
touch files/dev-bkpd.yaml
touch files/robot.dev
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dr-build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
-
name: pull kubeconfig
run: |
mkdir files
touch files/bkpidr.yaml
touch files/bkpddr.yaml
touch files/robot.dr
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/prod-build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
-
name: pull kubeconfig
run: |
mkdir files
touch files/bkpi.yaml
touch files/bkpd.yaml
touch files/robot.prod
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/qa-build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
-
name: pull kubeconfig
run: |
mkdir files
touch files/qa-bkpi.yaml
touch files/qa-bkpd.yaml
touch files/robot.qa
Expand Down

0 comments on commit 1c9cfb0

Please sign in to comment.