diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-16 11:30:36 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-16 11:30:36 +0200 |
commit | f4a2bebbf28e5c30c61fda30e07d006af508422a (patch) | |
tree | 8498502178330f7e9c130b3b45a1bc379b22a552 /.github | |
parent | link back to egort.name, again (diff) | |
download | cv-f4a2bebbf28e5c30c61fda30e07d006af508422a.tar.gz cv-f4a2bebbf28e5c30c61fda30e07d006af508422a.zip |
workflows/build: fix remote port
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f480bdc..eef3f07 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,4 +38,5 @@ jobs: env: REMOTE_USER: '${{ secrets.REMOTE_USER }}' REMOTE_HOST: '${{ secrets.REMOTE_HOST }}' + REMOTE_PORT: '${{ secrets.REMOTE_PORT }}' REMOTE_DIR: '${{ secrets.REMOTE_DIR }}' |