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 06f226e commit 6c8c1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,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-and-push-image
runs-on: self-hosted
runs-on: [self-hosted, innohassle]
environment:
# Set the environment name and URL to be displayed in GitHub
name: ${{ github.event.inputs.environment || 'staging' }}
Expand Down

0 comments on commit 6c8c1e3

Please sign in to comment.