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 ef86641 commit ab68c91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
deploy-staging:
if: github.repository_owner == 'one-zero-eight' && ((github.event_name == 'workflow_dispatch' && github.event.inputs.environment == 'staging') || (github.event_name == 'push' && github.ref == 'refs/heads/main'))
name: Deploy to staging server
runs-on: self-hosted
runs-on: [self-hosted, innohassle]
environment:
name: staging
url: https://t.me/innohassle_rooms_bot
Expand All @@ -39,7 +39,7 @@ jobs:
deploy-production:
if: github.repository_owner == 'one-zero-eight' && (github.event_name == 'workflow_dispatch' && github.event.inputs.environment == 'production')
name: Deploy to production server
runs-on: self-hosted
runs-on: [self-hosted, innohassle]
environment:
name: production
url: https://t.me/IURoomsBot
Expand Down

0 comments on commit ab68c91

Please sign in to comment.