github.com/tilt-dev/tilt@v0.33.15-0.20240515162809-0a22ed45d8a0/integration/onewatch_exec/Tiltfile (about) 1 # -*- mode: Python -*- 2 3 include('../Tiltfile') 4 5 k8s_yaml('deployment.yaml') 6 7 docker_build('gcr.io/windmill-test-containers/integration/onewatchexec', 8 '.', 9 live_update=[ 10 sync('.', '/app'), 11 run('cp /app/source.txt /app/index.html'), 12 ]) 13 14 k8s_resource('onewatchexec', port_forwards=31234)