shifting deploy workflow to github

This commit is contained in:
pb-coding 2023-10-20 13:49:29 +02:00
parent f1e1ed3475
commit 3ea95eade3

View file

@ -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