From 2624d86b5dfe0f56c9429b687feb7067290b4c24 Mon Sep 17 00:00:00 2001 From: Jay Varner Date: Wed, 18 Sep 2024 13:35:21 -0400 Subject: [PATCH] Make config repo dir configurable --- .github/workflows/dev-depoly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev-depoly.yml b/.github/workflows/dev-depoly.yml index 650f1de4..57a8a767 100644 --- a/.github/workflows/dev-depoly.yml +++ b/.github/workflows/dev-depoly.yml @@ -22,7 +22,7 @@ jobs: eval `ssh-agent -s` ssh-add - <<< '${{ secrets.DEPLOY_KEY_FOR_CONFIG_REPO }}' git clone -b "${{ github.head_ref || github.ref_name }}" "${{ secrets.DEPLOY_CONFIG_REPO}}" - mv readux-configs/* . + mv "${{ secrets.CONFIG_REPO_NAME }}"/* . chmod +x config.sh chmod +x deploy.sh