Skip to content

Commit c29b95c

Browse files
committed
Fix port number
1 parent d4efa0e commit c29b95c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
mkdir ${branch}
7373
shopt -s extglob
7474
mv !(${branch}) ${branch}
75-
rsync -rv -e "ssh -p2222" . [email protected]:/var/www/builds.jabref.org/www/
75+
rsync -rv -e "ssh -p9922" . [email protected]:/var/www/builds.jabref.org/www/
7676
shell: bash
7777
env:
7878
PRIVATEKEY: ${{ secrets.buildJabRefPrivateKey }}
@@ -159,7 +159,7 @@ jobs:
159159
mkdir ${branch}
160160
shopt -s extglob
161161
mv !(${branch}) ${branch}
162-
rsync -rv -e "ssh -p2222" . [email protected]:/var/www/builds.jabref.org/www/
162+
rsync -rv -e "ssh -p9922" . [email protected]:/var/www/builds.jabref.org/www/
163163
shell: bash
164164
env:
165165
PRIVATEKEY: ${{ secrets.buildJabRefPrivateKey }}

0 commit comments

Comments
 (0)