Added code storage api for storing code in the future
This commit is contained in:
@@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user