Skip to content

Commit

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

0 comments on commit 00fe328

Please sign in to comment.