ignore host key verification
This commit is contained in:
parent
992a2b48a8
commit
99146c22bd
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -101,7 +101,7 @@ jobs:
|
|||||||
tags: tag:ci
|
tags: tag:ci
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
run: ssh aj@odb -f "cd selector/ && docker compose pull && docker compose up -d"
|
run: ssh -o StrictHostKeyChecking=no aj@odb -f "cd selector/ && docker compose pull && docker compose up -d"
|
||||||
|
|
||||||
build-Js:
|
build-Js:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user