File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2929 with :
3030 host : ${{ secrets.STAGING_HOST }}
3131 username : ${{ secrets.STAGING_USER }}
32- key : ${{ secrets.STAGING_KEY }}
32+ key : ${{ secrets.STAGING_PASSWORD }}
3333 script : |
3434 if pgrep -f "org.apache.catalina.startup.Bootstrap" > /dev/null; then
3535 echo "Tomcat is running. Shutting it down..."
4444 with :
4545 host : ${{ secrets.STAGING_HOST }}
4646 username : ${{ secrets.STAGING_USER }}
47- key : ${{ secrets.STAGING_KEY }}
47+ key : ${{ secrets.STAGING_PASSWORD }}
4848 source : " NMSReportingSuite/target/*.war"
4949 target : /usr/local/tomcat/apache-tomcat-7.0.108/webapps
5050
5454 with :
5555 host : ${{ secrets.STAGING_HOST }}
5656 username : ${{ secrets.STAGING_USER }}
57- key : ${{ secrets.STAGING_KEY }}
57+ key : ${{ secrets.STAGING_PASSWORD }}
5858 script : |
5959 if ! pgrep -f "org.apache.catalina.startup.Bootstrap" > /dev/null; then
6060 echo "Tomcat is not running. Starting it up..."
You can’t perform that action at this time.
0 commit comments