7 lines
81 B
Bash
Executable File
7 lines
81 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd /var/git
|
|
env -i git reset --hard
|
|
mkdir -p content
|
|
hugo -d /var/www
|