Remove module

This commit is contained in:
Digital Studium
2023-07-22 16:57:00 +03:00
parent 41941a9174
commit 40d0cd49f1
13 changed files with 106 additions and 857 deletions

2
deploy
View File

@@ -3,6 +3,6 @@ USER=root
HOST=digitalstudium.com
DIR=/srv/$HOST # the directory where your web site files should go
hugo --minify && rsync -avz --delete public/ ${USER}@${HOST}:${DIR} # this will delete everything on the server that's not in the local public folder
crater -p && rsync -avz --delete public/ ${USER}@${HOST}:${DIR} # this will delete everything on the server that's not in the local public folder
exit 0