period3.xyz/deploy.sh
ktyl 81c75a48bc
Some checks failed
continuous-integration/drone/push Build is failing
update deploy script
2022-09-26 21:50:52 +01:00

9 lines
159 B
Bash

#!/usr/bin/env bash
repo="$1"
deploypath="$HOME/gemini/content"
sourcepath="content"
[[ -d $deploypath ]] && rm -r $deploypath
cp -r $sourcepath $deploypath