restart.sh 102 B

1234
  1. #! /bin/bash
  2. cp config.production1.yaml config.yaml
  3. npm run build
  4. NODE_ENV=production pm2 restart main