From 5029179865cb22f14eefebc04ff22bdd33856c36 Mon Sep 17 00:00:00 2001 From: jowj Date: Sun, 7 Oct 2018 00:04:08 -0500 Subject: [PATCH] Update to add missing slash. --- deployments/mojobot/mojo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployments/mojobot/mojo.yml b/deployments/mojobot/mojo.yml index 9c76431..0b13a28 100644 --- a/deployments/mojobot/mojo.yml +++ b/deployments/mojobot/mojo.yml @@ -5,7 +5,7 @@ remote_user: josiah tasks: - name: Pull latest version from github - command: cd ~/mojojojo-bot && git pull + command: cd ~/mojojojo-bot/ && git pull - name: Build from the latest version command: cd ~/mojojojo-bot && docker build -t mojo -f docker/dockerfile . - name: Check if there are any existing mojo containers running and kill it