We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 577be13 commit 17b410cCopy full SHA for 17b410c
1 file changed
.github/workflows/deploy.yml
@@ -26,6 +26,7 @@ jobs:
26
# ============================================
27
test:
28
name: Run Test Suite
29
+ if: false
30
uses: ./.github/workflows/test.yml
31
32
@@ -170,8 +171,11 @@ jobs:
170
171
fi
172
173
CONFIG_FILE="ecosystem.staging.config.js"
174
+ echo "config file set: \${CONFIG_FILE}"
175
BACKEND_NAME="${{ secrets.PM2_BACKEND_NAME }}"
176
+ echo "backend name set: \${BACKEND_NAME}"
177
FRONTEND_NAME="${{ secrets.PM2_FRONTEND_NAME }}"
178
+ echo "frontend name set: \${FRONTEND_NAME}"
179
180
# Function to check if a PM2 process exists
181
process_exists() {
0 commit comments