Skip to content

Commit

Permalink
In CI pipeline run Merkely reporter reporting to staging.app.merkely.…
Browse files Browse the repository at this point in the history
…com before app.merkely.com
  • Loading branch information
JonJagger committed Jul 16, 2021
1 parent 75435c1 commit 24f4668
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ jobs:
name: Connect to k8s cluster
command: ./.circleci/connect-to-k8s.sh
- run:
name: Scrape cluster namespaces beta and send to app.merkely.com and staging.app.merkely.com
name: Report k8s cluster namespace beta and send to staging.app.merkely.com and app.merkely.com
command: |
reporter report env k8s beta --owner cyber-dojo --namespace beta
reporter report env k8s beta -H https://staging.app.merkely.com --owner cyber-dojo --namespace beta
reporter report env k8s beta --owner cyber-dojo --namespace beta
merkely-report-prod-env:
Expand All @@ -74,10 +74,10 @@ jobs:
name: Connect to k8s cluster
command: ./.circleci/connect-to-k8s.sh
- run:
name: Scrape cluster namespaces prod and send to app.merkely.com and staging.app.merkely.com
name: Report k8s cluster namespace prod and send to staging.app.merkely.com and app.merkely.com
command: |
reporter report env k8s prod --owner cyber-dojo --namespace prod
reporter report env k8s prod -H https://staging.app.merkely.com --owner cyber-dojo --namespace prod
reporter report env k8s prod --owner cyber-dojo --namespace prod
workflows:
Expand Down

0 comments on commit 24f4668

Please sign in to comment.