Commit 6be19fb7 authored by Muhammad Umair Khan's avatar Muhammad Umair Khan
Browse files

fix: add 'all' target to deploy commands in Tiltfile

Update dep:deploy-all and util:deploy-core-all buttons to use
'meepctl deploy dep all' and 'meepctl deploy core all'.
parent ede8cfcd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -200,7 +200,7 @@ local_resource(

local_resource(
    'dep:deploy-all',
    cmd='meepctl deploy dep',
    cmd='meepctl deploy dep all',
    auto_init=False,
    trigger_mode=TRIGGER_MODE_MANUAL,
    labels=['dep'],
@@ -229,7 +229,7 @@ for app in DEP_APPS:

local_resource(
    'util:deploy-core-all',
    cmd='meepctl deploy core',
    cmd='meepctl deploy core all',
    auto_init=False,
    trigger_mode=TRIGGER_MODE_MANUAL,
    labels=['util'],