Drone fix
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Elias Jansson
2025-06-04 09:08:36 +02:00
parent acbb72de3f
commit fcd27943bf

View File

@@ -34,16 +34,10 @@ steps:
from_secret: unraid_ssh_private_key
script:
- docker pull 192.168.1.9:3000/tai/aberwyn/aberwyn:latest
- docker stop Aberwyn || true
- docker rm Aberwyn || true
- docker stop aberwyn || true
- docker rm aberwyn || true
- docker volume create aberwyn_config || true
- docker run -d \
--name='Aberwyn' \
--net='br0' \
-e TZ='Europe/Berlin' \
-p 80:80 \
-v aberwyn_config:/app/infrastructure \
192.168.1.9:3000/tai/aberwyn/aberwyn:latest
- docker run -d --name=aberwyn --net=br0 -e TZ=Europe/Berlin -p 80:80 -v aberwyn_config:/app/infrastructure 192.168.1.9:3000/tai/aberwyn/aberwyn:latest
- name: notify-result
image: alpine