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:
7070 on :
7171 branch : master
7272 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}"
73103
74104notifications :
75105 email :
You can’t perform that action at this time.
0 commit comments