diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 01455b1..61c1845 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -21,6 +21,6 @@ jobs: - name: 3. Set permissions run: | echo "Setting web server permissions..." - chown -R www-data:www-data /mnt/deployment - find /mnt/deployment -type d -exec chmod 755 {} \; - find /mnt/deployment -type f -exec chmod 644 {} \; \ No newline at end of file + chown -R www-data:www-data /mnt/deploy + find /mnt/deploy -type d -exec chmod 755 {} \; + find /mnt/deploy -type f -exec chmod 644 {} \; \ No newline at end of file