From 59678578f3b8ce500374d52677b49669d478e8aa Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Sun, 16 Apr 2023 13:19:10 -0400 Subject: [PATCH] Fix auto deploy of unraid docker with hack script (#5) Reviewed-on: https://git.atomaka.com/atomaka/atomaka.com/pulls/5 --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3570884..d3ad89e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -48,8 +48,7 @@ steps: key: from_secret: unraid_ssh_key script: - - docker pull docker.atomaka.com/atomaka.com:latest - - docker restart atomaka.com + - bash /boot/local/bin/update-atomaka.sh trigger: event: tag