Skip to content

Commit d56ef05

Browse files
committed
test determined fingerprints
1 parent 208301d commit d56ef05

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

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

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

2929
- name: Create ssh config
30-
run: |
31-
touch ~/.ssh/config
32-
echo 'Host *.wm.edu' >> ~/.ssh/config
33-
echo ' StrictHostKeyChecking=no' >> ~/.ssh/config
30+
run: echo "${{ vars.KNOWN_HOSTS }}" >> ~/.ssh/known_hosts"
3431

3532
- name: Deploy with rsync
36-
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 }}/"
33+
run: rsync -rcvz --delete --exclude='.git*' --exclude='.zfs' -e 'ssh -A -J ${{ vars.WM_USERNAME }}@bastion.wm.edu' _site/ "${{ vars.SSH_USERNAME }}@${{ vars.CS_DEPT_HOST }}:${{ vars.DEPLOY_DIRECTORY }}/"

0 commit comments

Comments
 (0)