Skip to content

Commit

Permalink
In main CI pipeline send k8s cluster data to merkely staging
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Jul 6, 2021
1 parent e4a0510 commit 467d043
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,11 @@ jobs:
name: Connect to K8S
command: ./.circleci/connect-to-k8s.sh
- run:
name: Scrape cluster production environment
name: Scrape cluster production environment and send to app.merkely.com
command: reporter report env k8s production --owner cyber-dojo --namespace prod,beta
- run:
name: Scrape cluster production environment and send to staging.app.merkely.com
command: reporter report env k8s production -H https://staging.app.merkely.com --owner cyber-dojo --namespace prod,beta

workflows:
version: 2
Expand Down

0 comments on commit 467d043

Please sign in to comment.