5 lines
82 B
Bash
5 lines
82 B
Bash
|
#!/bin/sh
|
||
|
set -ex
|
||
|
|
||
|
pm2-runtime start ecosystem.config.json --raw --env production
|