12 lines
225 B
Bash
Executable File
12 lines
225 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
hugo
|
|
|
|
cp -r ./public/img ./public/gem/
|
|
|
|
rsync -avz --no-perms --no-owner --no-group \
|
|
--no-times --delete --exclude "gem" \
|
|
public/ shodan:/opt/docker-services/m3tam3re.com/www
|
|
|
|
rm -rf public
|