We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06f226e commit 6c8c1e3Copy full SHA for 6c8c1e3
.github/workflows/build-docker.yaml
@@ -62,7 +62,7 @@ jobs:
62
if: github.repository_owner == 'one-zero-eight' && (github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && github.ref == 'refs/heads/main'))
63
name: Deploy to server for ${{ github.event.inputs.environment || 'staging' }}
64
needs: build-and-push-image
65
- runs-on: self-hosted
+ runs-on: [self-hosted, innohassle]
66
environment:
67
# Set the environment name and URL to be displayed in GitHub
68
name: ${{ github.event.inputs.environment || 'staging' }}
0 commit comments