diff options
author | 2024-11-04 19:39:13 +0600 | |
---|---|---|
committer | 2024-11-04 19:39:13 +0600 | |
commit | 27d5f5d87fe9d074249c63d845d1bc43158ebde8 (patch) | |
tree | 5bd16da0ccaf7008ad49639787a51720c591ee7f /.deploy | |
parent | 8c41892c9f29c7c7013cc0e336b1f52a8656354f (diff) | |
download | store-source-27d5f5d87fe9d074249c63d845d1bc43158ebde8.tar.gz store-source-27d5f5d87fe9d074249c63d845d1bc43158ebde8.zip |
scripts: Add deploy script
Signed-off-by: Mubashshir <ahm@jadupc.com>
Diffstat (limited to '.deploy')
-rw-r--r-- | .deploy | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +#!/bin/sh +hugo \ + --noTimes \ + --noChmod \ + --config hugo.toml \ + --destination /srv/store |