github.com/grahambrereton-form3/tilt@v0.10.18/integration/onewatch/Tiltfile (about)

     1  # -*- mode: Python -*-
     2  
     3  include('../Tiltfile')
     4  
     5  k8s_yaml('deployment.yaml')
     6  repo = local_git_repo('../../')
     7  docker_build('gcr.io/windmill-test-containers/integration/onewatch',
     8               '.',
     9               dockerfile='Dockerfile',
    10               live_update=[
    11                 sync('.', '/src'),
    12                 run('/src/compile.sh'),
    13                 run('/src/restart.sh'),
    14               ])
    15  
    16  k8s_resource("onewatch", port_forwards=["31234:8000"])