Skip to content

Commit 55e7f2a

Browse files
committed
ci(github-actions): tweak ssh command to disable strict hostkey checks
1 parent 9f2a09d commit 55e7f2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,7 @@ jobs:
3737
- name: Deploy updates to server
3838
run: |
3939
ssh -o "SetEnv FF_UPDATE_CONTAINER_IMAGE=true" \
40+
-o StrictHostKeyChecking=no \
41+
-o UserKnownHostsFile=/dev/null \
4042
caddy@proxyparty-caddy-production.tuna-skate.ts.net \
4143
"/var/lib/caddy/src/scripts/deploy-updates"

0 commit comments

Comments
 (0)