Skip to content

Commit

Permalink
Mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
banterCZ committed Dec 5, 2023
1 parent 298386b commit 7eb83a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scp-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
run: |
eval $(ssh-agent -s)
ssh-add - <<< "${{ secrets.SCP_CERTIFICATE }}"
mkdir -p ~/.ssh/ && touch ~/.ssh/known_hosts
ssh-keyscan -t rsa ${{ secrets.SCP_HOST }} >> ~/.ssh/known_hosts
- name: Deploy enrollment-server.war
shell: bash
Expand Down

0 comments on commit 7eb83a2

Please sign in to comment.