Reduce transfer.sh timeout

This commit is contained in:
Florian Märkl 2019-11-02 19:47:56 +01:00
commit 07cf846883
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857

View file

@ -144,7 +144,7 @@ before_install:
- if [ ! -z "$encrypted_31d5e6477a29_iv" ]; then openssl aes-256-cbc -K $encrypted_31d5e6477a29_key -iv $encrypted_31d5e6477a29_iv -in secret.tar.enc -out secret.tar -d && tar -xf secret.tar; fi
after_success:
- if [ ! -z "$DEPLOY_FILE" ]; then curl -m 300 --upload-file "$DEPLOY_FILE" "https://transfer.sh/$DEPLOY_FILE"; echo; fi
- if [ ! -z "$DEPLOY_FILE" ]; then curl -m 30 --upload-file "$DEPLOY_FILE" "https://transfer.sh/$DEPLOY_FILE"; echo; fi
deploy:
skip_cleanup: true