Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
ci: add parameters to report pipeline to kosli
Browse files Browse the repository at this point in the history
  • Loading branch information
zhelezovartem committed Aug 18, 2022
1 parent 14cd9de commit 016dc60
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -49,6 +49,10 @@ jobs:
gh_actions_iam_role_name: gh_actions_services
environment_url: https://beta.cyber-dojo.org
environment_name: staging
cyber_dojo_env_name: beta
cyber_dojo_env_name_aws: aws-beta
kosli_staging_host: https://staging.app.merkely.com
kosli_production_host: https://app.merkely.com

deploy-prod:
needs: [pre-build, build-test-push, deploy-staging]
Expand All @@ -60,3 +64,7 @@ jobs:
gh_actions_iam_role_name: gh_actions_services
environment_url: https://prod.cyber-dojo.org
environment_name: production
cyber_dojo_env_name: prod
cyber_dojo_env_name_aws: aws-prod
kosli_staging_host: https://staging.app.merkely.com
kosli_production_host: https://app.merkely.com

0 comments on commit 016dc60

Please sign in to comment.