Skip to content

Commit 6e8ac3a

Browse files
committed
Add known hosts to be set up
1 parent 6e93ddf commit 6e8ac3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/virtualmin.dev:virtualmin-nginx.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
secrets:
1515
DEV_GPG_PH: ${{ secrets.DEV_GPG_PH }}
1616
DEV_IP_ADDR: ${{ secrets.DEV_IP_ADDR }}
17+
DEV_IP_KNOWN_HOSTS: ${{ secrets.DEV_IP_KNOWN_HOSTS }}
1718
DEV_UPLOAD_SSH_USER: ${{ secrets.DEV_UPLOAD_SSH_USER }}
1819
DEV_UPLOAD_SSH_DIR: ${{ secrets.DEV_UPLOAD_SSH_DIR }}
1920
DEV_SSH_PRV_KEY: ${{ secrets.DEV_SSH_PRV_KEY }}

0 commit comments

Comments
 (0)