From 3708fef41b7fe9dc55a06b1a864e0a7f8995a8a1 Mon Sep 17 00:00:00 2001 From: jowj Date: Mon, 28 May 2018 23:01:16 -0500 Subject: [PATCH] Update syntax of restart line. --- deployments/mojo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployments/mojo.yml b/deployments/mojo.yml index 8b9d139..643ff8d 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