8 lines
111 B
Bash
Executable File
8 lines
111 B
Bash
Executable File
#!/bin/bash
|
|
|
|
git pull origin master
|
|
npm i
|
|
npm run-script build
|
|
chown -R root:www-data .
|
|
systemctl reload nginx
|