This commit is contained in:
Nils Stinnesbeck 2023-05-18 18:17:08 +02:00
parent 2e35b6503e
commit eaca90f8e5
Signed by: nils
GPG Key ID: C52E07422A136076

View File

@ -7,12 +7,6 @@ jobs:
deploy: deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Set git remote if not already set
run: git remote -v | grep -w gitea || git remote add gitea "./gitea/git/repositories/${GITHUB_REPOSITORY,,}.git"
- name: Checkout repo
run: git pull gitea main
- name: Deploy - name: Deploy
run: | run: |
docker build -t rynomarree/self-hosted-deployment:latest . docker build -t rynomarree/self-hosted-deployment:latest .