Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
Running self hosted to get more info for debuging
  • Loading branch information
melippmann authored Nov 14, 2023
1 parent 47514cd commit 89b0071
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ on:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
# runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
Expand Down

0 comments on commit 89b0071

Please sign in to comment.