Skip to content

Commit

Permalink
Update deploy-prod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ansm authored Jul 2, 2024
1 parent 23e3d1b commit 68aa00c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build_push:
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
deploy_prod:
needs: build_push
runs-on: ubuntu-latest
runs-on: self-hosted

steps:

Expand Down

0 comments on commit 68aa00c

Please sign in to comment.