Skip to content

Commit 096d35a

Browse files
committed
make keyscan verbose
1 parent 3a430c8 commit 096d35a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-to-cs-wm-edu.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
known_hosts: 'just-a-placeholder-so-we-dont-get-errors'
2828

2929
- name: Adding Known Hosts
30-
run: ssh-keyscan -c -H ${{ vars.CS_DEPT_HOST }} >> ~/.ssh/known_hosts
30+
run: ssh-keyscan -v -H ${{ vars.CS_DEPT_HOST }} >> ~/.ssh/known_hosts
3131

3232
- name: Deploy with rsync
3333
run: rsync -rcvz --delete --exclude='.git*' --exclude='.zfs' -e 'ssh -A -J ${{ vars.SSH_USERNAME }}@bastion.wm.edu ${{ vars.SSH_USERNAME }}@${{ vars.CS_DEPT_HOST }}' _site/ "dest:${{ vars.DEPLOY_DIRECTORY }}/"

0 commit comments

Comments
 (0)