Skip to content

Commit

Permalink
Start ssh-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
banterCZ committed Dec 5, 2023
1 parent b63c078 commit 298386b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scp-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
INTERNAL_PASSWORD: ${{ secrets.JFROG_PASSWORD }}
- name: Set up SSH key
run: |
eval `ssh-agent -s`
eval $(ssh-agent -s)
ssh-add - <<< "${{ secrets.SCP_CERTIFICATE }}"
ssh-keyscan -t rsa ${{ secrets.SCP_HOST }} >> ~/.ssh/known_hosts
- name: Deploy enrollment-server.war
Expand Down

0 comments on commit 298386b

Please sign in to comment.