Skip to content

Commit

Permalink
improve: reload run configs after Tilt redeploy (#7015)
Browse files Browse the repository at this point in the history
  • Loading branch information
perangel committed Jun 5, 2023
1 parent 42da80c commit 881fbb9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions airbyte-server/Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,6 @@ deployment = filter_yaml(

k8s_yaml(deployment[0])
k8s_resource('ab-server', new_name='server', labels='backend')

if DEBUG:
local('make intellij.config.oss', dir='../../', env={'DEBUG': DEBUG})
3 changes: 3 additions & 0 deletions airbyte-workers/Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,6 @@ deployment = filter_yaml(

k8s_yaml(deployment[0])
k8s_resource('ab-worker', new_name='worker', labels='backend')

if DEBUG:
local('make intellij.config.oss', dir='../../', env={'DEBUG': DEBUG})

0 comments on commit 881fbb9

Please sign in to comment.