This commit is contained in:
@ -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 }}"
|
||||
|
||||
|
Reference in New Issue
Block a user