Skip to content

Commit

Permalink
self hosted runners
Browse files Browse the repository at this point in the history
  • Loading branch information
grigoriev-semyon authored Jun 21, 2024
1 parent dc8f771 commit 2297683
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main_commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:

deploy-test:
name: Раскатываем тестовый Docker
runs-on: [self-hosted, Linux]
runs-on: [ self-hosted, Linux, testing ]
needs: build-test-image
environment:
name: Testing
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/main_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:

deploy-preprod:
name: Раскатываем pre-prod среду
runs-on: [self-hosted, Linux]
runs-on: [ self-hosted, Linux, testing ]
needs: build-preprod-image
environment:
name: Preprod
Expand All @@ -115,7 +115,7 @@ jobs:
undeploy-preprod:
name: Останавливаем pre-prod среду
runs-on: [self-hosted, Linux]
runs-on: [ self-hosted, Linux, testing ]
needs: deploy-preprod
environment:
name: Preprod
Expand All @@ -130,7 +130,7 @@ jobs:
deploy-production:
name: Раскатываем production среду
runs-on: [self-hosted, Linux]
runs-on: [ self-hosted, Linux, production ]
needs: [deploy-preprod, build-prod-image]
environment:
name: Production
Expand Down

0 comments on commit 2297683

Please sign in to comment.