add deploy helper
This commit is contained in:
parent
ee1e7a0ac1
commit
37a511396c
|
@ -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
4
deploy.sh
Executable 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.
Loading…
Reference in a new issue