Skip to content

Commit

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

0 comments on commit 87bf10e

Please sign in to comment.