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