7 lines
68 B
Bash
7 lines
68 B
Bash
#!/bin/bash
|
|
|
|
git pull
|
|
|
|
HUGO_ENV=production hugo --gc --minify
|
|
|
|
exit
|