Fixing pm2 name #20

Merged
julioruiz merged 1 commits from main into staging 2026-07-28 04:10:41 +00:00
1 changed files with 3 additions and 1 deletions
Showing only changes of commit eb4abd8ece - Show all commits

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