enable foreign access

This commit is contained in:
nek0
2018-12-02 13:16:06 +01:00
parent cea5f9d6b4
commit 976e6e9df2
2 changed files with 49 additions and 3 deletions

View File

@@ -139,7 +139,7 @@ postCtx =
--------------------------------------------------------------------------------
config :: Configuration
config = defaultConfiguration
{ deployCommand = "rsync --del --checksum -arve 'ssh -p 5555 ' _site/* nek0@chelnok.de:/home/nek0/www/chaoszone"
{ deployCommand = "rsync --del --checksum -arve 'ssh -p 5555 ' _site/* chaoszone@chelnok.de:/home/chaoszone/www/chaoszone"
}
--------------------------------------------------------------------------------