Skip to content

Commit 024a3c7

Browse files
committed
PT-3828: Configure workflow
1 parent 66a4cf2 commit 024a3c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/loadtest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ jobs:
7373
- uses: appleboy/scp-action@master
7474
name: Upload script
7575
with:
76-
host: ${{ secrets.HOST }}
76+
host: ${{ secrets.VM_HOST }}
7777
username: vcadmin
78-
password: ${{ secrets.PASSWORD }}
78+
password: ${{ secrets.VM_PASSWORD }}
7979
source: "./platform-dev/overlays/loadtest/scripts/loadtest.py"
8080
target: "/home/vcadmin/loadtest"
8181
strip_components: 5

0 commit comments

Comments
 (0)