Skip to content

Commit

Permalink
Update deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvarner committed Sep 18, 2024
1 parent 11536d6 commit 039ad84
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 @@ -21,7 +21,7 @@ jobs:
run: |
eval `ssh-agent -s`
ssh-add - <<< '${{ secrets.DEPLOY_KEY_FOR_CONFIG_REPO }}'
git clone -b develop git@github.com:ecds/readux-configs.git
git clone -b "$github.head_ref" "${{ secrets.DEPLOY_CONFIG_REPO}}"
mv readux-configs/* .
chmod +x config.sh
chmod +x deploy.sh
Expand Down

0 comments on commit 039ad84

Please sign in to comment.