This repository has been archived on 2024-11-25. You can view files and clone it, but cannot push or open issues or pull requests.
m3tam3re.com/deploy.sh
2023-10-12 14:01:05 +02:00

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