File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,16 @@ deploy:
107
107
on :
108
108
branch : master
109
109
condition : -n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}"
110
+ - provider : packagecloud
111
+ username : tarantool
112
+ repository : " 2_4"
113
+ token : ${PACKAGECLOUD_TOKEN}
114
+ dist : ${OS}/${DIST}
115
+ package_glob : build/*.{rpm,deb,dsc}
116
+ skip_cleanup : true
117
+ on :
118
+ branch : master
119
+ condition : -n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}"
110
120
111
121
# Deploy packages to PackageCloud from tags
112
122
# see:
@@ -152,6 +162,16 @@ deploy:
152
162
on :
153
163
tags : true
154
164
condition : -n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}"
165
+ - provider : packagecloud
166
+ username : tarantool
167
+ repository : " 2_4"
168
+ token : ${PACKAGECLOUD_TOKEN}
169
+ dist : ${OS}/${DIST}
170
+ package_glob : build/*.{rpm,deb,dsc}
171
+ skip_cleanup : true
172
+ on :
173
+ tags : true
174
+ condition : -n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}"
155
175
156
176
notifications :
157
177
email :
You can’t perform that action at this time.
0 commit comments