mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-31 07:51:59 +08:00
Actually deploy.
This commit is contained in:
parent
15ccd507f6
commit
cf34a5293d
@ -12,6 +12,5 @@ FILES=$*
|
||||
|
||||
for i in $FILES; do
|
||||
filepath=$(readlink -f "$i")
|
||||
echo "echo put $filepath | sftp -i$KEY \"${UPLOAD_USER}@dl.slic3r.org:$DIR/\""
|
||||
#echo put $filepath | sftp -i$KEY "${UPLOAD_USER}@dl.slic3r.org:$DIR/"
|
||||
echo put $filepath | sftp -i$KEY "${UPLOAD_USER}@dl.slic3r.org:$DIR/"
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user