Commit 03250858 authored by 神楽坂玲奈's avatar 神楽坂玲奈

auto update

parent b532d835
......@@ -43,6 +43,6 @@ script:
deploy:
provider: script
script: curl -vv -X POST "https://wudizhanche.mycard.moe/publish?platform=${TRAVIS_OS_NAME}&version=${TRAVIS_TAG}"
script: curl --fail --verbose --request POST "https://wudizhanche.mycard.moe/publish?platform=${TRAVIS_OS_NAME}&version=${TRAVIS_TAG}"
on:
tags: true
\ No newline at end of file
......@@ -53,4 +53,4 @@ deploy:
on:
appveyor_repo_tag: true
deploy_script: curl -vv -X POST "https://wudizhanche.mycard.moe/publish?platform=win32&version=%APPVEYOR_REPO_TAG_NAME%"
\ No newline at end of file
deploy_script: curl --fail --verbose --request POST "https://wudizhanche.mycard.moe/publish?platform=win32&version=%APPVEYOR_REPO_TAG_NAME%"
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment