fix: copy of the files
Some checks failed
Deploy Website / deploy (push) Failing after 18s

This commit is contained in:
2025-10-30 16:07:47 +00:00
parent ec332ece38
commit c5f80b4d2e

View File

@@ -16,7 +16,7 @@ jobs:
- name: 2. Copy files to web directory
run: |
echo "Copying files to host folder..."
cp -R . /mnt/deploy/
rsync -av --delete . /mnt/deploy/
- name: 3. Set permissions
run: |