diff tasks.py @ 8:1e281ead081a

rename to gcalendarwatch.py
author drewp@bigasterisk.com
date Mon, 03 Feb 2020 16:52:23 -0800
parents acb378b62dfd
children 8c040ebe7b7c
line wrap: on
line diff
--- a/tasks.py	Mon Feb 03 16:49:48 2020 -0800
+++ b/tasks.py	Mon Feb 03 16:52:23 2020 -0800
@@ -18,7 +18,7 @@
 
 @task(pre=[build_image])
 def local_run(ctx):
-    ctx.run(f'docker run --name {JOB}_local --rm -it --net=host {TAG} python3 gcalendarwatch -v --now', pty=True)
+    ctx.run(f'docker run --name {JOB}_local --rm -it --net=host {TAG} python3 gcalendarwatch.py -v --now', pty=True)
 
 @task(pre=[push_image])
 def redeploy(ctx):