tloncorp / lure

5 stars 0 forks source link

build: CD deployments clobber existing glob #34

Closed ashelkovnykov closed 1 year ago

ashelkovnykov commented 1 year ago

Currently, each CD deploy will overwrite the glob present in%lure for testing on the dev/prod moons. Solution has two parts:

  1. When pushing new code, don't overwrite the existing glob.
  2. Add a second job which runs when the UI or docket file are touched that rebuilds the glob automatically.