We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cd6080 commit 577be13Copy full SHA for 577be13
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="${{ secrets.PM2_BACKEND_NAME }}"
+ FRONTEND_NAME="${{ secrets.PM2_FRONTEND_NAME }}"
175
176
# Function to check if a PM2 process exists
177
process_exists() {
0 commit comments