File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
with :
30
30
host : ${{ secrets.STAGING_HOST }}
31
31
username : ${{ secrets.STAGING_USER }}
32
- key : ${{ secrets.STAGING_KEY }}
32
+ key : ${{ secrets.STAGING_PASSWORD }}
33
33
script : |
34
34
if pgrep -f "org.apache.catalina.startup.Bootstrap" > /dev/null; then
35
35
echo "Tomcat is running. Shutting it down..."
44
44
with :
45
45
host : ${{ secrets.STAGING_HOST }}
46
46
username : ${{ secrets.STAGING_USER }}
47
- key : ${{ secrets.STAGING_KEY }}
47
+ key : ${{ secrets.STAGING_PASSWORD }}
48
48
source : " NMSReportingSuite/target/*.war"
49
49
target : /usr/local/tomcat/apache-tomcat-7.0.108/webapps
50
50
54
54
with :
55
55
host : ${{ secrets.STAGING_HOST }}
56
56
username : ${{ secrets.STAGING_USER }}
57
- key : ${{ secrets.STAGING_KEY }}
57
+ key : ${{ secrets.STAGING_PASSWORD }}
58
58
script : |
59
59
if ! pgrep -f "org.apache.catalina.startup.Bootstrap" > /dev/null; then
60
60
echo "Tomcat is not running. Starting it up..."
You can’t perform that action at this time.
0 commit comments