Skip to content

Commit c0de02b

Browse files
committed
github: Fix 2.3 release workflow
1 parent 66dc7fb commit c0de02b

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,14 @@ jobs:
3434
steps:
3535
- uses: actions/checkout@v4
3636
- uses: dovecot/[email protected]
37-
- uses: dovecot/rsync-deployments@master
37+
- uses: dovecot/rsync-deployments@v2.0.2
3838
with:
39-
RSYNC_OPTIONS: -azr --delete
40-
RSYNC_TARGET: [email protected]:public_html/2.3/.
41-
RSYNC_BASEDIR: /build/.
39+
FLAGS: -azr --delete
40+
HOST: doc.dovecot.org
41+
USER: docs
42+
LOCALPATH: /build/.
43+
REMOTEPATH: public_html/2.3/
44+
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
4245
if: env.DEPLOY_KEY
4346
env:
4447
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}

0 commit comments

Comments
 (0)