ads
This commit is contained in:
parent
2e35b6503e
commit
eaca90f8e5
@ -7,12 +7,6 @@ jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
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
|
||||
run: |
|
||||
docker build -t rynomarree/self-hosted-deployment:latest .
|
||||
|
Loading…
Reference in New Issue
Block a user