Skip to content

Commit

Permalink
refactor(ci): rename channels/prod.yal to kubernetes-workloads.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
themightychris committed May 23, 2024
1 parent dbdc84f commit 2a81ddd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-kubernetes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
# Invoke deployment tasks
- run: poetry install
working-directory: ci
- run: poetry run invoke secrets -f "./channels/prod.yaml"
- run: poetry run invoke secrets -f "./kubernetes-workloads.yaml"
working-directory: ci
- run: poetry run invoke release -f "./channels/prod.yaml"
- run: poetry run invoke release -f "./kubernetes-workloads.yaml"
working-directory: ci
2 changes: 1 addition & 1 deletion .github/workflows/preview-kubernetes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
# Diff and write back to PR
- run: poetry install
working-directory: ci
- run: poetry run invoke diff -f "./channels/prod.yaml" --outfile=diff.md
- run: poetry run invoke diff -f "./kubernetes-workloads.yaml" --outfile=diff.md
working-directory: ci
- uses: peter-evans/find-comment@v2
id: fc
Expand Down
2 changes: 1 addition & 1 deletion ci/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# CI - deploys via pyinvoke

This folder contains code and YAML that drives the deployments of Kubernetes-based applications and services. For example,
a deployment named `archiver` is configured in [the prod channel](./channels/prod.yaml) and is ultimatedly deployed
a deployment named `archiver` is configured in [the prod channel](./kubernetes-workloads.yaml) and is ultimatedly deployed
by `invoke` (see below) calling `kubectl` commands.

## invoke (aka pyinvoke)
Expand Down
File renamed without changes.

0 comments on commit 2a81ddd

Please sign in to comment.