Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/debate-map/app
Browse files Browse the repository at this point in the history
  • Loading branch information
Venryx committed Mar 16, 2024
2 parents 5bac92b + 9d2fa84 commit 839e4ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tilt/Main.star
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

# allow using tilt to also push to the remote OVHcloud k8s cluster
allow_k8s_contexts('ovh')
allow_k8s_contexts('ovh-debatemap')

# tilt config settings
# For now, we just completely disable tilt's docker-prune behavior (doing so fixes issue #169); there might be a better solution, but this is fine for now.
Expand Down Expand Up @@ -175,4 +176,4 @@ Start_Monitoring(g)
# ==========

# this is just for developer convenience, eg. for referencing to see when they last updated the remote k8s cluster
local(["node", "../Scripts/RecordTiltfileRun.js", ENV])
local(["node", "../Scripts/RecordTiltfileRun.js", ENV])

0 comments on commit 839e4ae

Please sign in to comment.