From ba084c712bc8f3ab87d9aee2efea963c8668afde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Krzemin=CC=81ski?= Date: Fri, 20 Sep 2024 10:45:18 +0200 Subject: [PATCH] Debug SSH settings --- .github/workflows/deploy-to-stream-dist.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy-to-stream-dist.yml b/.github/workflows/deploy-to-stream-dist.yml index c5c1a605..853eba33 100644 --- a/.github/workflows/deploy-to-stream-dist.yml +++ b/.github/workflows/deploy-to-stream-dist.yml @@ -60,6 +60,8 @@ jobs: - name: Deploy to xwp/stream-dist run: | + ls -al .ssh + cat .ssh/config export GIT_DIR="$DIST_DIR/.git" export GIT_WORK_TREE="$DIST_DIR"