Skip to content

Commit 6c8c1e3

Browse files
ci: specify github runner to use
1 parent 06f226e commit 6c8c1e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docker.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
if: github.repository_owner == 'one-zero-eight' && (github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && github.ref == 'refs/heads/main'))
6363
name: Deploy to server for ${{ github.event.inputs.environment || 'staging' }}
6464
needs: build-and-push-image
65-
runs-on: self-hosted
65+
runs-on: [self-hosted, innohassle]
6666
environment:
6767
# Set the environment name and URL to be displayed in GitHub
6868
name: ${{ github.event.inputs.environment || 'staging' }}

0 commit comments

Comments
 (0)