Fixing pm2 name

This commit is contained in:
Julio Ruiz 2026-07-28 04:10:20 +00:00
parent 839ef60a1e
commit eb4abd8ece
1 changed files with 3 additions and 1 deletions

View File

@ -24,7 +24,9 @@ jobs:
echo "PM2_ENV=staging" >> $GITHUB_ENV
fi
PM2_NAME="search-${{ github.ref_name }}"
echo "PM2_NAME=search-${{ github.ref_name }}" >> $GITHUB_ENV
#PM2_NAME="search-${{ github.ref_name }}"
echo "TARGET_DIR=$TARGET" >> $GITHUB_ENV
echo "PM2_NAME=$PM2_NAME" >> $GITHUB_ENV