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 9f6f0be commit a255bc2
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 @@ -30,10 +30,10 @@ 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: |
ssh-add -l
scp **/target/enrollment-server-wultra-*.war ${{ secrets.SCP_USERNAME }}@${{ secrets.SCP_HOST }}:/opt/apache-tomcat/webapps/enrollment-server.war
- name: Deploy enrollment-server-onboarding.war
shell: bash
Expand Down

0 comments on commit a255bc2

Please sign in to comment.