File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,36 @@ deploy:
70
70
on :
71
71
branch : master
72
72
condition : -n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}"
73
+ - provider : packagecloud
74
+ username : tarantool
75
+ repository : " 1_9"
76
+ token : ${PACKAGECLOUD_TOKEN}
77
+ dist : ${OS}/${DIST}
78
+ package_glob : build/*.{rpm,deb}
79
+ skip_cleanup : true
80
+ on :
81
+ branch : master
82
+ condition : -n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}"
83
+ - provider : packagecloud
84
+ username : tarantool
85
+ repository : " 1_10"
86
+ token : ${PACKAGECLOUD_TOKEN}
87
+ dist : ${OS}/${DIST}
88
+ package_glob : build/*.{rpm,deb}
89
+ skip_cleanup : true
90
+ on :
91
+ branch : master
92
+ condition : -n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}"
93
+ - provider : packagecloud
94
+ username : tarantool
95
+ repository : " 2x"
96
+ token : ${PACKAGECLOUD_TOKEN}
97
+ dist : ${OS}/${DIST}
98
+ package_glob : build/*.{rpm,deb}
99
+ skip_cleanup : true
100
+ on :
101
+ branch : master
102
+ condition : -n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}"
73
103
74
104
notifications :
75
105
email :
You can’t perform that action at this time.
0 commit comments