Remove = sign

This commit is contained in:
jowj 2018-05-28 23:04:04 -05:00
parent b0e1ccf6e2
commit 09dd7564bf

View File

@ -9,4 +9,4 @@
- name: Build from the latest version - name: Build from the latest version
command: cd ~/mojojojo-bot && docker build -t mojo -f docker/dockerfile . command: cd ~/mojojojo-bot && docker build -t mojo -f docker/dockerfile .
- name: Run the newly built docker container - name: Run the newly built docker container
command: docker container run --restart=ALWAYS mojo -e SLACK_BOT_TOKEN={{ VAULT_SLACK_BOT_TOKEN }} command: docker container run --restart ALWAYS mojo -e SLACK_BOT_TOKEN={{ VAULT_SLACK_BOT_TOKEN }}