Skip to content

Commit

Permalink
Add missing task in .circleci/config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Nov 2, 2021
1 parent 9180b85 commit 7c1341a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,22 @@ jobs:
merkely_log_deployment prod https://app.merkely.com
merkely-report-beta-and-prod-envs:
docker:
- image: ghcr.io/merkely-development/reporter:v0.4.6
steps:
- checkout
- run:
name: Connect to k8s cluster
command: ./.circleci/connect-to-k8s.sh
- run:
name: Report k8s cluster namespaces beta+prod and send to https://staging.app.merkely.com and https://app.merkely.com
command: |
reporter report env k8s beta -H https://staging.app.merkely.com --owner cyber-dojo --namespace beta
reporter report env k8s beta -H https://app.merkely.com --owner cyber-dojo --namespace beta
reporter report env k8s prod -H https://staging.app.merkely.com --owner cyber-dojo --namespace prod
reporter report env k8s prod -H https://app.merkely.com --owner cyber-dojo --namespace prod
workflows:
version: 2
build-test-publish-deploy-log:
Expand Down

0 comments on commit 7c1341a

Please sign in to comment.