github.com/windmilleng/tilt@v0.13.6/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)