nice
This commit is contained in:
parent
94d12da846
commit
fde9e32fe0
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 "Rakarake:h7us3lTlFWVaRTKq16" https://mdf.farm/api/${file#*/}
|
curl -X PUT --data @$file -u "$USER:$PASSWORD" https://mdf.farm/api/${file#*/}
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue