mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 14:03:11 -07:00
Add a timeout to the transfer.sh upload
This commit is contained in:
parent
b6821609b3
commit
bb6db27f7c
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ matrix:
|
||||||
- tar -czvf "$DEPLOY_FILE" chiaki
|
- tar -czvf "$DEPLOY_FILE" chiaki
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- if [ ! -z "$DEPLOY_FILE" ]; then curl --upload-file "$DEPLOY_FILE" "https://transfer.sh/$DEPLOY_FILE"; echo; fi
|
- if [ ! -z "$DEPLOY_FILE" ]; then curl -m 300 --upload-file "$DEPLOY_FILE" "https://transfer.sh/$DEPLOY_FILE"; echo; fi
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue