ads
This commit is contained in:
parent
2e35b6503e
commit
eaca90f8e5
@ -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 .
|
||||||
|
Loading…
Reference in New Issue
Block a user