After deploying to IIS server via Github Actions pipeline, IIS loses file permissions
Xanthe Hammer
0
Reputation points
I have a Github actions pipeline that's deploying my product to our production environment. The files are in C:/inetpub/... After successful deploy, IIS has lost file permissions to the subdirectory where the files are stored. Adding USERS back to the permissions fixes it, but on the next deploy the permissions are lost again. Nowhere in the pipeline are permissions being modified.
Sign in to answer