fix: cp command
Some checks failed
Deploy Website / deploy (push) Failing after 16s

This commit is contained in:
2025-10-31 08:16:21 +00:00
parent e694c9c8ca
commit 2ed5b70088

View File

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