Add deployment scripts and update proxy config

This commit is contained in:
2025-12-27 16:20:14 +11:00
parent 865eacc971
commit dbc8aeeab9
8 changed files with 982 additions and 414 deletions

View File

@@ -0,0 +1,9 @@
{
"host": "YOUR_SERVER_IP",
"username": "root",
"password": "YOUR_SSH_PASSWORD",
"remotePath": "/var/www/website-stress-test",
"repoUrl": "https://github.com/DeNNiiInc/Website-Stress-Test.git",
"githubToken": "YOUR_GITHUB_TOKEN",
"appName": "website-stress-test"
}