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 e86ab67 commit 9a5a411
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://airflow.test.profcomff.com
Expand Down Expand Up @@ -100,7 +100,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://airflow.profcomff.com
Expand Down

0 comments on commit 9a5a411

Please sign in to comment.