Commit d025c21c authored by manoj v's avatar manoj v
Browse files

Issue #00 chore: update the Dockerfile of player

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -3,6 +3,6 @@
template: src="stack_{{service_name}}.yml" dest="/home/deployer/stack/stack_{{service_name}}.yml" mode=0644
- name: Deploy stack
shell: "docker stack deploy -c stack_{{service_name}}.yml {{service_name}} --with-registry-auth"
shell: "docker stack deploy -c stack_{{service_name}}.yml {{service_name}}"
args:
chdir: /home/deployer/stack
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment