We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ebfb50 commit 0cd6080Copy full SHA for 0cd6080
1 file changed
.github/workflows/deploy.yml
@@ -170,8 +170,8 @@ jobs:
170
fi
171
172
CONFIG_FILE="ecosystem.staging.config.js"
173
- BACKEND_NAME=$ENV_PM2_BACKEND_NAME
174
- FRONTEND_NAME=$ENV_PM2_FRONTEND_NAME
+ BACKEND_NAME=${ENV_PM2_BACKEND_NAME}
+ FRONTEND_NAME=${ENV_PM2_FRONTEND_NAME}
175
176
# Function to check if a PM2 process exists
177
process_exists() {
0 commit comments