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 fa7ce1f commit 605321c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
if: github.repository_owner == 'one-zero-eight' && (github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && github.ref == 'refs/heads/main'))
name: Deploy to server for ${{ github.event.inputs.environment || 'staging' }}
needs: build
runs-on: self-hosted
runs-on: [self-hosted, innohassle]
environment:
name: ${{ github.event.inputs.environment || 'staging' }}
url: ${{ vars.DEPLOY_URL }}
Expand Down

0 comments on commit 605321c

Please sign in to comment.