Skip to content

Commit

Permalink
Testing deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvarner committed Nov 29, 2023
1 parent 87bf10e commit 2353e25
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 @@ -33,7 +33,7 @@ jobs:
run: |
eval `ssh-agent -s`
ssh-add - <<< '${{ secrets.DEPLOY_KEY_FOR_CONFIG_REPO }}'
git clone -b develop https://github.com/ecds/readux-configs.git
git clone -b develop git@github.com:ecds/readux-configs.git
mv readux-configs/* .
chmod +x deploy.sh
./deploy.sh
Expand Down

0 comments on commit 2353e25

Please sign in to comment.