updated deploy script to always push to gabevenberg.com
This commit is contained in:
parent
58b4f7c61c
commit
6ea21b490e
2
justfile
2
justfile
|
@ -2,7 +2,7 @@ preview:
|
||||||
hugo serve --buildDrafts --buildExpired --buildFuture --navigateToChanged
|
hugo serve --buildDrafts --buildExpired --buildFuture --navigateToChanged
|
||||||
|
|
||||||
USER:='root'
|
USER:='root'
|
||||||
HOST:='cirrostratus'
|
HOST:='gabevenberg.com'
|
||||||
DIR:='/var/www/gabevenberg.com'
|
DIR:='/var/www/gabevenberg.com'
|
||||||
DRAFTDIR:='/var/www/draft.gabevenberg.com'
|
DRAFTDIR:='/var/www/draft.gabevenberg.com'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue