add deploy helper

This commit is contained in:
Thomas Lindner 2023-08-15 15:10:17 +02:00
parent ee1e7a0ac1
commit 37a511396c
4 changed files with 6 additions and 2 deletions

View file

@ -9,7 +9,7 @@ enableRobotsTXT: true
languages: languages:
de: de:
languageName: ":de:" languageName: de
languageAltTitle: Deutsch languageAltTitle: Deutsch
params: params:
homeInfoParams: homeInfoParams:
@ -40,7 +40,7 @@ languages:
url: /posts/contact url: /posts/contact
weight: 1000 weight: 1000
en: en:
languageName: ":us:" languageName: en
languageAltTitle: English languageAltTitle: English
params: params:
homeInfoParams: homeInfoParams:

4
deploy.sh Executable file
View file

@ -0,0 +1,4 @@
set -xe
hugo
cd ../0x90-ansible
rsync -avz -e 'ssh -F ssh_config' ../quellcode.0x90.space/public/* www:/var/www/quellcode.0x90.space

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2 MiB

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.