bc/deploy-script.sh

4 lines
96 B
Bash
Executable File

#!/bin/bash
cd /home/nodejs/bc/ || exit 1
git pull origin main
pm2 restart /home/nodejs/bc/bc.js