Skip to content

Commit

Permalink
Deploy on any travis tag
Browse files Browse the repository at this point in the history
  • Loading branch information
recrsn committed Jun 1, 2020
1 parent 61139e6 commit 8866277
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -51,11 +51,12 @@ script:
deploy:
provider: releases
skip_cleanup: true
api_key:
secure: j4gQ+m02izaw56EOd0gEStHAjCRfSCkohDWvpABiPzh1YPM9MvfEMSIvzzjV/0oMqi3Sy7eGyFv47EgQHZvouW0I8BIUzxuTCE5wP8z2SjABXCa/rz4WTppTc9d9ABq8JSdz80JxEwjmuwnYeMwWgOd7sT/VDiMxLYaXj0JWO7w=
file_glob: true
file: build/stage/*/*
on:
node_js: '10'
repo: kelektiv/node.bcrypt.js
condition: $TRAVIS_TAG =~ ^v[0-9]+\.[0-9]+\.[0-9]+(-\w)?
tags: true

0 comments on commit 8866277

Please sign in to comment.