Greetings! Adding a few folks from the PHP team who will be able to help :)
On Sun, Apr 23, 2017 at 7:19 PM, Donatas Petrauskas <[email protected]> wrote: > I'm deploying a PHP app on the App Engine Flexible environment. I have a > command in my post-deploy-cmd scripts in my composer.json file to set > permissions for the public/app folder (chmod -R 755 public\/app). > However, when I deploy my app, the entire public folder's permissions get > overwritten with 550. > > I can see in the logs that the following command runs right after my > deployment commands + chmod -R 550 /app/public > > How can I run my command after that or stop that command from running at > all? Any workarounds? > > Thanks > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/google-appengine. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/google-appengine/c74a167c-7aad-4971-9278- > 42d79eaaa4b4%40googlegroups.com > <https://groups.google.com/d/msgid/google-appengine/c74a167c-7aad-4971-9278-42d79eaaa4b4%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Justin Beckwith | Google Cloud Platform | @justinbeckwith <http://twitter.com/JustinBeckwith> | http://jbeckwith.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/CADd%3D1Q11ZD9Uhy-b31KdmfmYMT-2VX65KgX5dqnS4P3-aA1_uQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
