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 891f261 commit df495a0
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 @@ -53,7 +53,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
url: https://api.test.profcomff.com/userdata
Expand Down Expand Up @@ -115,7 +115,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
url: https://api.profcomff.com/userdata
Expand Down

0 comments on commit df495a0

Please sign in to comment.