File tree Expand file tree Collapse file tree 2 files changed +31
-22
lines changed Expand file tree Collapse file tree 2 files changed +31
-22
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.*'
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
2
2
3
3
on :
4
4
push :
5
5
branches :
6
6
- main
7
- - release-2.3
8
7
tags :
9
8
- ' 2.*'
10
9
11
10
jobs :
12
- releasenew :
11
+ release_2_4 :
13
12
runs-on : ubuntu-latest
14
13
steps :
15
14
- name : Checkout
70
69
with :
71
70
name : documentation-tar
72
71
path : tars/docs.tgz
73
- publishnew :
72
+ publish_2_4 :
74
73
runs-on : ubuntu-latest
75
- needs : releasenew
74
+ needs : release_2_4
76
75
if : github.ref == 'refs/heads/main'
77
76
name : Publish documentation tarball
78
77
steps :
99
98
files : |
100
99
./SHA256SUMS.txt
101
100
./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