Skip to content
This repository has been archived by the owner on Jan 10, 2020. It is now read-only.

Commit

Permalink
💚 Fixed deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
GitSquared committed Aug 8, 2018
1 parent e98c1c1 commit 6b9e078
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,18 @@ deploy:
all_branches: true
tags: false
condition: $TRAVIS_RUST_VERSION = "stable"
- provider: script
script: now --token $NOW_TOKEN && now alias --token $NOW_TOKEN && now rm ipapi --safe --yes --token $NOW_TOKEN
- provider: releases
skip_cleanup: true
api_key:
secure: "LpevEM9mbUDnMbhoRdkT7mE+LfcJXybXCqt8dDZezHahHElMNqBw6dgJe0dkEMM3Tuc8U+Eu8wv16LHw8syJVkAtOWNGKpi80eEVLYNLUY5aSy3GfEScSRETVgOjoNaect5xXFYuAsaTCxDtEEHL7i/bVzb78qgABpihY8vOUP0hrOiIQ8Rpk6nMnBc6cLHzbJOMD0DmrZl86HHRXSmK847m6WK5qeFPecMl/JiusXzvG7qKVaaQmL7FRuELZJHosWVO8dGVSGOSfiGx+Rp+PP0+Pa2Y8YQW/mjbS9O4o7HrQhsRhX/rBumXyLxSTXCcNV3X9qjtDDVPVtqq2XsLK+cnFp4UHGQU95U3ntd7kl81TYinUjYUSpgPBiVNPKJIFokMQT13c2mFa4e7YoOvrXyXJf2jKB4Sk34hcnwAvp3a+uB43mbVNlGzxyzab2irFBL/MHDCSb9aDVrW/+jvMMM12KcxlfaPxe80J8sTTD9kbeTz8kvcatcpwPUQJRL6qxcbeSkKo+uVomi2k0lLS4Ms/tSL2YKrHBCnC0MnWSfk7L+QXc7gSLL5Ykf7nv2+vmMcGjEL2bj7otnH8Bjphf0N4woCMec617d9KsqGSWxnCJRNMMbjR/QkNESjWf6agtapIYm3ABVzZoVKWqqvmcBlz6w9XpB6MNxzAcsb/kY="
file: target/release/ipapi
on:
branch: master
tags: true
condition: $TRAVIS_RUST_VERSION = "stable"
- provider: releases
- provider: script
script: now --token $NOW_TOKEN && now alias --token $NOW_TOKEN && now rm ipapi --safe --yes --token $NOW_TOKEN
skip_cleanup: true
file: target/release/ipapi
on:
branch: master
tags: true
Expand Down

0 comments on commit 6b9e078

Please sign in to comment.