Deepika1095

Results 3 comments of Deepika1095

Same error I am getting, when I try [other scp github action](https://github.com/appleboy/scp-action) it worked but copy my war file as directory

- name: Deploying war file to demo if: steps.branch-name.outputs.current_branch == 'dev' uses: appleboy/[email protected] with: host: caritas.fiter.io username: ubuntu key: ${{ secrets.DEMO_SERVER_SSH_KEY }} port: 22 source: "/fineract-provider/build/libs/fineract-provider.war" target: "/opt/tomcat/webapps/fineract-provider.war" This is...