From b22a1a5641938599037fec79f5f0653325482dec Mon Sep 17 00:00:00 2001 From: jowj Date: Mon, 14 Oct 2019 19:01:49 -0500 Subject: [PATCH] Make the idiot awful-1 deploy work. --- deployments/awful-1/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deployments/awful-1/deploy.yml b/deployments/awful-1/deploy.yml index 9401055..5bde5f5 100644 --- a/deployments/awful-1/deploy.yml +++ b/deployments/awful-1/deploy.yml @@ -16,7 +16,7 @@ - name: Deploy mojo webclient hosts: prod vars_files: - - vault-vars-mojo.yml + - mojo-vars-vault.yml tasks: - name: Build from the latest version shell: cd /home/josiah/mojojojo-bot/mojo-web && docker build -t mojo-web -f dockerfile . @@ -30,7 +30,7 @@ - name: Deploy mojo rtmclient hosts: prod vars_files: - - vault-vars-mojo.yml + - mojo-vars-vault.yml tasks: - name: Build from the latest version shell: cd /home/josiah/mojojojo-bot/mojo-rtm && docker build -t mojo-rtm -f dockerfile . @@ -70,7 +70,7 @@ shell: docker container rm znc when: result is succeeded - name: run the container (assumes the volume is already set up) - command: docker run -d -p 5000:5000 --mount type="bind",source="/mnt/volume_sfo2_znc/",target=/znc-data znc + command: docker run --restart "always" -d -p 5000:5000 --mount type="bind",source="/mnt/volume_sfo2_znc/",target=/znc-data znc - name: Deploy Arke hosts: dockerhosts