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.
For more options, visit https://groups.google.com/d/optout.
  • [google-appengine]... Donatas Petrauskas

Reply via email to