From b0e1ccf6e221bdc0d45fe678af7be668f32eb924 Mon Sep 17 00:00:00 2001 From: jowj Date: Mon, 28 May 2018 23:02:18 -0500 Subject: [PATCH] Update line to include = sign. --- deployments/mojo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployments/mojo.yml b/deployments/mojo.yml index 643ff8d..ba7126a 100644 --- a/deployments/mojo.yml +++ b/deployments/mojo.yml @@ -9,4 +9,4 @@ - name: Build from the latest version command: cd ~/mojojojo-bot && docker build -t mojo -f docker/dockerfile . - name: Run the newly built docker container - command: docker container run --restart ALWAYS mojo -e SLACK_BOT_TOKEN={{ VAULT_SLACK_BOT_TOKEN }} \ No newline at end of file + command: docker container run --restart=ALWAYS mojo -e SLACK_BOT_TOKEN={{ VAULT_SLACK_BOT_TOKEN }} \ No newline at end of file