Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DFanso committed Dec 8, 2024
1 parent b1c5ba5 commit 7d8fde6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
apps: [{
name: \"dfanso-tunnel\",
script: \"./dist/index.js\",
instances: 1,
instances: 2,
autorestart: true,
watch: true,
max_memory_restart: \"1G\",
Expand Down Expand Up @@ -115,4 +115,5 @@ jobs:
echo '=== Final Status ===' && \
echo 'PM2 process list:' && \
pm2 list
pm2 list \
"

0 comments on commit 7d8fde6

Please sign in to comment.