SamKirkland / web-deploy

Deploy your website automatically for free
MIT License
186 stars 30 forks source link

Permissions are getting reset or changed after GitHub Action syncs #17

Open mimoudix opened 11 months ago

mimoudix commented 11 months ago

I'm using LAMP Packages by bitnami on a vps and it seems on every push, the Apache PHP can no longer write or create files on VPS unless I run everytime

- sudo chown -R bitnami:daemon /opt/bitnami/apache/htdocs
- sudo chmod -R g+w /opt/bitnami/apache/htdocs