aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-09-07 16:26:13 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-09-07 16:26:13 +0200
commit216697736f8825af316451733b93e2d6cee04338 (patch)
tree26d0dd14e556731893723ecce8afd467a62a94ba /.github/workflows
parentREADME: update (diff)
downloadwireguard-config-216697736f8825af316451733b93e2d6cee04338.tar.gz
wireguard-config-216697736f8825af316451733b93e2d6cee04338.zip
workflows: set remote port
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/jekyll.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml
index f74a22b..7285475 100644
--- a/.github/workflows/jekyll.yml
+++ b/.github/workflows/jekyll.yml
@@ -35,4 +35,5 @@ jobs:
env:
REMOTE_USER: '${{ secrets.REMOTE_USER }}'
REMOTE_HOST: '${{ secrets.REMOTE_HOST }}'
+ REMOTE_PORT: '${{ secrets.REMOTE_PORT}}'
REMOTE_DIR: '${{ secrets.REMOTE_DIR }}'