Added commands for testing
Deploy to Unraid Share / copy-file (push) Successful in 8s

This commit is contained in:
2026-04-19 21:51:53 +02:00
parent 7b56ddc73c
commit 200bfd4184
+3
View File
@@ -15,8 +15,11 @@ jobs:
run: | run: |
# Create the destination directory if it doesn't exist # Create the destination directory if it doesn't exist
mkdir -p /static/andromeda/css/ mkdir -p /static/andromeda/css/
ls -l /
ls -l /static/andromeda/css/
# Copy your specific file # Copy your specific file
cp *.css /static/andromeda/css/ cp *.css /static/andromeda/css/
touch /static/andromeda/css/test.css
echo "File successfully copied to Unraid share via bind mount." echo "File successfully copied to Unraid share via bind mount."