We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbd3b2c commit f94c27eCopy full SHA for f94c27e
.travis.yml
@@ -71,6 +71,16 @@ deploy:
71
on:
72
branch: master
73
condition: -n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}"
74
+ - provider: packagecloud
75
+ username: tarantool
76
+ repository: "1_8"
77
+ token: ${PACKAGECLOUD_TOKEN}
78
+ dist: ${OS}/${DIST}
79
+ package_glob: build/*.{rpm,deb}
80
+ skip_cleanup: true
81
+ on:
82
+ branch: master
83
+ condition: -n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}"
84
85
notifications:
86
email:
0 commit comments