We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea85abd commit 03fc9feCopy full SHA for 03fc9fe
1 file changed
.travis.yml
@@ -130,6 +130,16 @@ deploy:
130
on:
131
branch: master
132
condition: -n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}"
133
+ - provider: packagecloud
134
+ username: tarantool
135
+ repository: "1_8"
136
+ token: ${PACKAGECLOUD_TOKEN}
137
+ dist: ${OS}/${DIST}
138
+ package_glob: build/*.{rpm,deb,dsc}
139
+ skip_cleanup: true
140
+ on:
141
+ branch: master
142
+ condition: -n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}"
143
144
notifications:
145
email:
0 commit comments