We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66dc7fb commit c0de02bCopy full SHA for c0de02b
.github/workflows/main.yml
@@ -34,11 +34,14 @@ jobs:
34
steps:
35
- uses: actions/checkout@v4
36
- uses: dovecot/[email protected]
37
- - uses: dovecot/rsync-deployments@master
+ - uses: dovecot/rsync-deployments@v2.0.2
38
with:
39
- RSYNC_OPTIONS: -azr --delete
40
- RSYNC_TARGET: [email protected]:public_html/2.3/.
41
- RSYNC_BASEDIR: /build/.
+ FLAGS: -azr --delete
+ HOST: doc.dovecot.org
+ USER: docs
42
+ LOCALPATH: /build/.
43
+ REMOTEPATH: public_html/2.3/
44
+ DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
45
if: env.DEPLOY_KEY
46
env:
47
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
0 commit comments