You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I deploy my application, I need to run teresa deploy create XXX for each entry of Procfile. What changes in each deploy is the command entry executed in Procfile.
It would be nice if Teresa make one image and deploy for each entry.
Maybe there would be in the settings an association between application and Procfile entry.
The text was updated successfully, but these errors were encountered:
There're some implications, f.ex the build of those applications may be different, practical example the admin app needs to collect statics, but worker don't. Another problem is if you perform a broken build, maybe you broke all of your applications.
I know, it's annoying but is the safe way IMO.
But, we talked about a "build promotion" feature in the future, maybe this feature will help you with this annoying process.
Today, many of my application have more than one entry on Procfile, like this:
When I deploy my application, I need to run
teresa deploy create XXX
for each entry of Procfile. What changes in each deploy is the command entry executed in Procfile.It would be nice if
Teresa
make one image and deploy for each entry.Maybe there would be in the settings an association between application and Procfile entry.
The text was updated successfully, but these errors were encountered: