This commit is contained in:
@@ -21,6 +21,6 @@ jobs:
|
|||||||
- name: 3. Set permissions
|
- name: 3. Set permissions
|
||||||
run: |
|
run: |
|
||||||
echo "Setting web server permissions..."
|
echo "Setting web server permissions..."
|
||||||
chown -R www-data:www-data /mnt/deployment
|
chown -R www-data:www-data /mnt/deploy
|
||||||
find /mnt/deployment -type d -exec chmod 755 {} \;
|
find /mnt/deploy -type d -exec chmod 755 {} \;
|
||||||
find /mnt/deployment -type f -exec chmod 644 {} \;
|
find /mnt/deploy -type f -exec chmod 644 {} \;
|
||||||
Reference in New Issue
Block a user