-
Notifications
You must be signed in to change notification settings - Fork 66
Description
Is your feature request related to a problem? Please describe.
While setting up my production environment and fixing some bugs, I had to run deploy multiple times. Even though I test with hlx up before running the hlx deploy, the build is not up-to-date and I keep forgetting to run hlx build. Testing on production is pretty slow, thus I keep losing time understanding why my changes did not have the expected result. The only reason is that the code is not live... Error prone and quite frequent.
Describe the solution you'd like
hlx deploy should either run a hlx build for me. Telling me the build is not up to date would not be a good option because I never want to deploy an older version... (I could still checkout the old code if really needed)
Describe alternatives you've considered
N/A