Ny drone som inte bygger om på unraid, hämtas automagiskt
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -23,21 +23,6 @@ steps:
|
|||||||
- latest
|
- latest
|
||||||
insecure: true
|
insecure: true
|
||||||
|
|
||||||
- name: restart-unraid-container
|
|
||||||
image: appleboy/drone-ssh
|
|
||||||
settings:
|
|
||||||
host: 192.168.1.108
|
|
||||||
port: 22
|
|
||||||
username:
|
|
||||||
from_secret: unraid_ssh_user
|
|
||||||
key:
|
|
||||||
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 run -d --name='Aberwyn' --net='br0' -e TZ='Europe/Berlin' -p 80:80 192.168.1.9:3000/tai/aberwyn/aberwyn:latest
|
|
||||||
|
|
||||||
- name: notify-result
|
- name: notify-result
|
||||||
image: alpine
|
image: alpine
|
||||||
when:
|
when:
|
||||||
|
|||||||
Reference in New Issue
Block a user