Skip to content

Commit 17b410c

Browse files
committed
Debug PM2 names
1 parent 577be13 commit 17b410c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
# ============================================
2727
test:
2828
name: Run Test Suite
29+
if: false
2930
uses: ./.github/workflows/test.yml
3031

3132
# ============================================
@@ -170,8 +171,11 @@ jobs:
170171
fi
171172
172173
CONFIG_FILE="ecosystem.staging.config.js"
174+
echo "config file set: \${CONFIG_FILE}"
173175
BACKEND_NAME="${{ secrets.PM2_BACKEND_NAME }}"
176+
echo "backend name set: \${BACKEND_NAME}"
174177
FRONTEND_NAME="${{ secrets.PM2_FRONTEND_NAME }}"
178+
echo "frontend name set: \${FRONTEND_NAME}"
175179
176180
# Function to check if a PM2 process exists
177181
process_exists() {

0 commit comments

Comments
 (0)