hide unknownhosterfile

This commit is contained in:
Thijs Stobbelaar 2023-11-21 09:49:01 +01:00
parent 9f139980e5
commit 608705d951

View file

@ -29,7 +29,7 @@ jobs:
remote-user: stats
private-ssh-key: ${{ secrets.SSH_KEY }}
destination-path: ${{ env.DESTINATION }}
rsync-options: --no-times -r --exclude=.git* --exclude=*.json --exclude=.git/ --exclude=.github/ --exclude=config.php
rsync-options: --no-times -r --exclude=.git* --exclude=*.json --exclude=.git/ --exclude=.github/ --exclude=config.php -o UserKnownHostsFile=/dev/null
- name: LINK TO WEBSITE
run: |
if [[ "${{ github.ref }}" == "refs/heads/main" ]]; then