shifting deploy workflow to github
This commit is contained in:
parent
f1e1ed3475
commit
3ea95eade3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
deploy:
|
||||
needs: build_and_push
|
||||
if: ${{ success() }}
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
|
|
|||
Loading…
Reference in a new issue