the culprit
This commit is contained in:
parent
af8b7ba279
commit
abbb7b7e2e
1 changed files with 1 additions and 1 deletions
2
push.sh
2
push.sh
|
|
@ -2,6 +2,6 @@
|
||||||
for file in $(find public -type f)
|
for file in $(find public -type f)
|
||||||
do
|
do
|
||||||
echo "uploading: $file"
|
echo "uploading: $file"
|
||||||
curl -X PUT --data @$file -u "$USER:$PASSWORD" https://mdf.farm/api/${file#*/}
|
curl -u "$USER:$PASSWORD" https://mdf.farm/api/${file#*/} --upload-file $file
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue