Skip to content

Commit

Permalink
Make config repo dir configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvarner committed Sep 18, 2024
1 parent f29dff7 commit 2624d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-depoly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2624d86

Please sign in to comment.