Skip to content

Commit

Permalink
ci: specify github runner to use
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemSBulgakov committed Nov 21, 2024
1 parent e281ea2 commit 10ed40a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
deploy-supervisor:
name: Deploy to Supervisor server
runs-on: self-hosted
runs-on: [self-hosted, innohassle]
environment:
name: supervisor
steps:
Expand All @@ -38,7 +38,7 @@ jobs:
deploy-staging:
name: Deploy to Staging server (observable)
runs-on: self-hosted
runs-on: [self-hosted, innohassle]
environment:
name: staging
steps:
Expand All @@ -63,7 +63,7 @@ jobs:
deploy-production:
name: Deploy to Production server (observable)
runs-on: self-hosted
runs-on: [self-hosted, innohassle]
environment:
name: production
steps:
Expand Down

0 comments on commit 10ed40a

Please sign in to comment.