Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
banterCZ committed Oct 23, 2024
1 parent 8e78b82 commit 1caa1a8
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 @@ -40,7 +40,7 @@ jobs:
- name: Deploy powerauth-webflow-client.war
shell: bash
run: |
scp -i ~/.ssh/id_rsa powerauth-webflow-client/target/webflow-client-*.war ${{ secrets.SCP_USERNAME }}@${{ secrets.SCP_HOST }}:/opt/apache-tomcat/webapps/webflow-client.war
scp -i ~/.ssh/id_rsa powerauth-webflow-client/target/powerauth-webflow-client-*.war ${{ secrets.SCP_USERNAME }}@${{ secrets.SCP_HOST }}:/opt/apache-tomcat/webapps/powerauth-webflow-client.war
- name: Deploy powerauth-tpp-engine.war
shell: bash
run: |
Expand Down

0 comments on commit 1caa1a8

Please sign in to comment.