Skip to content

Commit 4d77864

Browse files
committed
change staging key ref
1 parent d9efaa3 commit 4d77864

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/NMSReportingSuite-deployment.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
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..."
@@ -44,7 +44,7 @@ jobs:
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

@@ -54,7 +54,7 @@ jobs:
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..."

0 commit comments

Comments
 (0)