Skip to content

Commit

Permalink
change key to password
Browse files Browse the repository at this point in the history
  • Loading branch information
Mandar-Beehyv committed Jan 8, 2025
1 parent 4d77864 commit ec153f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/NMSReportingSuite-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
host: ${{ secrets.STAGING_HOST }}
username: ${{ secrets.STAGING_USER }}
key: ${{ secrets.STAGING_PASSWORD }}
password: ${{ secrets.STAGING_PASSWORD }}
script: |
if pgrep -f "org.apache.catalina.startup.Bootstrap" > /dev/null; then
echo "Tomcat is running. Shutting it down..."
Expand All @@ -44,7 +44,7 @@ jobs:
with:
host: ${{ secrets.STAGING_HOST }}
username: ${{ secrets.STAGING_USER }}
key: ${{ secrets.STAGING_PASSWORD }}
password: ${{ secrets.STAGING_PASSWORD }}
source: "NMSReportingSuite/target/*.war"
target: /usr/local/tomcat/apache-tomcat-7.0.108/webapps

Expand All @@ -54,7 +54,7 @@ jobs:
with:
host: ${{ secrets.STAGING_HOST }}
username: ${{ secrets.STAGING_USER }}
key: ${{ secrets.STAGING_PASSWORD }}
password: ${{ secrets.STAGING_PASSWORD }}
script: |
if ! pgrep -f "org.apache.catalina.startup.Bootstrap" > /dev/null; then
echo "Tomcat is not running. Starting it up..."
Expand Down

0 comments on commit ec153f4

Please sign in to comment.