mirror of
https://github.com/w23/xash3d-fwgs
synced 2024-12-16 14:10:11 +01:00
7 lines
180 B
Bash
7 lines
180 B
Bash
|
FOLDER_NAME=$DEPLOY_BRANCH-$TRAVIS_BRANCH
|
||
|
WEBDAV_SRV=https://$YANDEX_DISK_USER:$YANDEX_DISK_TOKEN@webdav.yandex.ru
|
||
|
|
||
|
for file in $*; do
|
||
|
curl -T $file $WEBDAV_SRV/$FOLDER_NAME
|
||
|
done
|