Skip to content

Commit

Permalink
Merge pull request #30 from NetSepio/main
Browse files Browse the repository at this point in the history
Update deploy.yml
  • Loading branch information
ansm authored Jul 2, 2024
2 parents d68187c + a65756e commit c24b285
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- prod
jobs:
build_push:
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:
deploy:
needs: build_push
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- name: Deploy on DEV server
if: github.ref == 'refs/heads/main'
Expand Down

0 comments on commit c24b285

Please sign in to comment.