Hello!
I was wondering, is there a template function that would tell me whether or not the application has been deployed?
I’m wanting to turn on/off a preflight check dependent on whether or not the user has actually deployed a release. Sequence
was my original idea (i.e. if Sequence
is greater than 0), but the problem is that the user could start on sequence 0, make config changes multiple times, and be at a higher sequence but still have not truly deployed a release.
Thanks!