Update build.yaml
Some checks failed
Build and push image / deploy (push) Failing after 1s

This commit is contained in:
Jack 2023-08-25 19:14:28 +01:00
parent 8804179a92
commit 8e3faf6858

View File

@ -10,10 +10,8 @@ jobs:
run:
working-directory: /repo
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
run: git pull tgj.services/git/ThatGuyJack/php-fpm-docker main
- name: Deploy
run: |