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