mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 15:24:48 +01:00
ci(lua): ignore known_hosts check
This commit is contained in:
parent
52974db96c
commit
49aec9e70b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lua.yml
vendored
2
.github/workflows/lua.yml
vendored
|
@ -74,4 +74,4 @@ jobs:
|
|||
with:
|
||||
pattern: codemp-lua-*
|
||||
- run: tree
|
||||
- run: scp * dev@codemp.dev:/srv/http/codemp/files/releases/lua/
|
||||
- run: scp -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null * dev@codemp.dev:/srv/http/codemp/files/releases/lua/
|
||||
|
|
Loading…
Reference in a new issue