chore: add gitea labels
Some checks failed
Deploy / Prepare Build (push) Has been cancelled

This commit is contained in:
2025-08-31 15:22:35 +10:00
parent bdd8909160
commit 2fba08ae7a

View File

@ -8,15 +8,14 @@ on:
jobs:
deploy:
name: Prepare Build
runs-on: homelab
runs-on: homelab-runner
container: git.comprofix.com/mmckinnon/alpine-runner:latest
steps:
- name: Checkout code
uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Deploy containers
run: |
mkdir -p ~/.ssh
@ -30,5 +29,3 @@ jobs:
echo "nameserver 10.10.10.1" > /etc/resolv.conf
ansible-galaxy install oefenweb.fail2ban
./.gitea/workflows/deploy.sh "${{ github.event.before }}" "${{ github.sha }}"