Skip to content

Commit

Permalink
Update scp-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
korbelm authored Dec 5, 2023
1 parent 3e8f5e3 commit 9f6f0be
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 @@ -30,6 +30,7 @@ jobs:
mkdir -p ~/.ssh/
chmod -R 700 ~/.ssh
ssh-keyscan -t rsa ${{ secrets.SCP_HOST }} >> ~/.ssh/known_hosts
ssh-add -l
- name: Deploy enrollment-server.war
shell: bash
run: |
Expand Down

0 comments on commit 9f6f0be

Please sign in to comment.