Added code storage api for storing code in the future
All checks were successful
FTP Upload on Push / deploy (push) Successful in 8s
FTP Upload on Push / release (push) Successful in 8s

This commit is contained in:
2025-12-26 18:08:52 +00:00
parent 175b6a19e0
commit 09d60b29b3
3 changed files with 208 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ jobs:
- name: Upload specific files via FTP
shell: bash
run: |
FILES=("index.html" "screen.js")
FILES=("index.html" "screen.js" "codestorage/default.php")
for FILE in "${FILES[@]}"; do
echo "Uploading $FILE..."