diff service/piNode/tasks.py @ 1523:0da337780f22

dep updates; graph url renames; and other build updates Ignore-this: 4603ef3d8db650a13e543dad8580ade8 darcs-hash:0840491cd6a4e4966f47a2abca0ed30ec434022a
author drewp <drewp@bigasterisk.com>
date Wed, 05 Feb 2020 00:23:06 -0800
parents af2d0249a2cc
children
line wrap: on
line diff
--- a/service/piNode/tasks.py	Wed Feb 05 00:22:48 2020 -0800
+++ b/service/piNode/tasks.py	Wed Feb 05 00:23:06 2020 -0800
@@ -40,4 +40,4 @@
 
 @task
 def push_config(ctx):
-    ctx.run(f'docker run --rm --net=host -v `pwd`/config:/opt/config bang6:5000/arduino_node python pushConfig.py pi/')
+    ctx.run(f'docker run --name={JOB}_config --rm --net=host --dns 10.2.0.1 --dns-search bigasterisk.com -v `pwd`/config:/opt/config bang6:5000/arduino_node python pushConfig.py pi/')