File tree Expand file tree Collapse file tree 2 files changed +32
-23
lines changed Expand file tree Collapse file tree 2 files changed +32
-23
lines changed Original file line number Diff line number Diff line change 1+ name : Deploy 2.3
2+
3+ on :
4+ push :
5+ branches :
6+ - release-2.3
7+ tags :
8+ - ' 2.3.*'
9+
10+ jobs :
11+ release_2_3 :
12+ runs-on : ubuntu-latest
13+ if : github.ref == 'refs/heads/release-2.3'
14+ steps :
15+ - uses : actions/checkout@v4
16+ 17+ 18+ with :
19+ FLAGS : -azr --delete
20+ HOST : doc.dovecot.org
21+ USER : docs
22+ LOCALPATH : /build/.
23+ REMOTEPATH : public_html/2.3
24+ DEPLOY_KEY : ${{ secrets.DEPLOY_KEY }}
25+ if : env.DEPLOY_KEY
26+ env :
27+ DEPLOY_KEY : ${{ secrets.DEPLOY_KEY }}
Original file line number Diff line number Diff line change 1- name : Deploy main
1+ name : Deploy 2.4
22
33on :
44 push :
55 branches :
66 - main
7- - release-2.3
87 tags :
9- - ' 2.*'
8+ - ' 2.4. *'
109
1110jobs :
12- releasenew :
11+ release_2_4 :
1312 runs-on : ubuntu-latest
1413 steps :
1514 - name : Checkout
7069 with :
7170 name : documentation-tar
7271 path : tars/docs.tgz
73- publishnew :
72+ publish_2_4 :
7473 runs-on : ubuntu-latest
75- needs : releasenew
74+ needs : release_2_4
7675 if : github.ref == 'refs/heads/main'
7776 name : Publish documentation tarball
7877 steps :
9998 files : |
10099 ./SHA256SUMS.txt
101100 ./docs.tgz
102- release23 :
103- runs-on : ubuntu-latest
104- if : github.ref == 'refs/heads/release-2.3'
105- steps :
106- - uses : actions/checkout@v4
107- 108- 109- with :
110- FLAGS : -azr --delete
111- HOST : doc.dovecot.org
112- USER : docs
113- LOCALPATH : /build/.
114- REMOTEPATH : public_html/2.3
115- DEPLOY_KEY : ${{ secrets.DEPLOY_KEY }}
116- if : env.DEPLOY_KEY
117- env :
118- DEPLOY_KEY : ${{ secrets.DEPLOY_KEY }}
You can’t perform that action at this time.
0 commit comments