Skip to content

Commit

Permalink
chore:
Browse files Browse the repository at this point in the history
  • Loading branch information
rosendolu committed Apr 14, 2024
1 parent ef3f96b commit a4119c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ jobs:
EXCLUDE: '/temp/,/.git/,/logs/,/.github/'
# SCRIPT_BEFORE: |
SCRIPT_AFTER: |
cd ${{ secrets.REMOTE_TARGET }}
bash ./script/deploy.sh
cd ${{ secrets.REMOTE_TARGET }} >/dev/null 2>&1
bash ./script/deploy.sh >/dev/null 2>&1
2 changes: 1 addition & 1 deletion script/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ else
echo "nvm is not installed or not available in the current shell environment."
fi

npm ci >/dev/null 2>&1
npm ci

# Define the name of the PM2 process
PM2_PROCESS_NAME="rosendofun.service"
Expand Down

0 comments on commit a4119c3

Please sign in to comment.