7 lines
62 B
Bash
7 lines
62 B
Bash
#!/bin/sh
|
|
cd /home
|
|
|
|
cd /home/node/app
|
|
yarn migrate
|
|
yarn start
|