UserEngine

Did you set permissions everytime you deploy the app?

Is there a way to automatically set permissions on deploy?

Thanks

Quoting Rafael L. [email protected]:

Did you set permissions everytime you deploy the app?

Is there a way to automatically set permissions on deploy?

Not sure the specifics of your question - but since some of the
permission information is in the database, you could create a script
(straight SQL or a migration) that would set up the stuff that is
common between deployments. The harder part is when you don’t have the
exact same information in different versions of your application, then
a script doesn’t do you as much good.


Cynthia K.