6 lines
60 B
Bash
Executable File
6 lines
60 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd /srv/hugo
|
|
git pull
|
|
HUGO_ENV="production" hugo
|