Commit 1e479f33 authored by 神楽坂玲奈's avatar 神楽坂玲奈

CI

parent b0b55256
......@@ -42,6 +42,6 @@ script:
deploy:
provider: script
script: bash -c 'if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ls dist/mac; scp dist/mac/MyCard-$TRAVIS_TAG.dmg dist/mac/MyCard-$TRAVIS_TAG-mac.zip root@wudizhanche.mycard.moe; else ls dist; ls dist/linux; scp dist/linux/mycard-$TRAVIS_TAG-x86_64.AppImage root@wudizhanche.mycard.moe; fi'
script: bash -c 'if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ls dist/mac; scp dist/mac/MyCard-$TRAVIS_TAG.dmg dist/mac/MyCard-$TRAVIS_TAG-mac.zip root@wudizhanche.mycard.moe:/data/uploads; else scp dist/mycard-$TRAVIS_TAG-x86_64.AppImage root@wudizhanche.mycard.moe:/data/uploads; fi'
on:
tags: true
\ No newline at end of file
......@@ -55,6 +55,6 @@ deploy:
password:
secure: Eu+oVcSuxpc6BVmjxSgM2yBCRnwRsoUye8QCkaIGlX4=
folder:
secure: SQ05N5WzLmhu9abQhK/EaQ==
secure: hOfOYpwk3SlvYd2YXf/NiA==
on:
appveyor_repo_tag: true
\ 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