From 5ea4ac257b98ef6edcbeafbd43e2c0f2f92916d3 Mon Sep 17 00:00:00 2001 From: Thijs Stobbelaar Date: Tue, 21 Nov 2023 09:51:05 +0100 Subject: [PATCH] ssh options --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d45f3c5..460723a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,7 +29,8 @@ 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 -o UserKnownHostsFile=/dev/null + rsync-options: --no-times -r --exclude=.git* --exclude=*.json --exclude=.git/ --exclude=.github/ --exclude=config.php + ssh-options: -o UserKnownHostsFile=/dev/null -o LogLevel=ERROR - name: LINK TO WEBSITE run: | if [[ "${{ github.ref }}" == "refs/heads/main" ]]; then