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 84fdccc commit 02ee2d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
deploy-testing:
name: Deploy Testing
needs: build-and-push-image
runs-on: [ self-hosted, Linux ]
runs-on: [ self-hosted, Linux, testing ]
environment:
name: Testing
env:
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
name: Deploy Production
needs: build-and-push-image
if: startsWith(github.ref, 'refs/tags/v')
runs-on: [ self-hosted, Linux ]
runs-on: [ self-hosted, Linux, production ]
environment:
name: Production
env:
Expand Down

0 comments on commit 02ee2d7

Please sign in to comment.