init a new pelican project

This commit is contained in:
Trolli Schmittlauch 2022-02-28 14:13:56 +01:00
parent 62f31bcc37
commit 22fc9a1ed2
8 changed files with 215 additions and 0 deletions

View file

@ -0,0 +1,6 @@
remote_credentials = {
'ssh_user': 'user',
'ssh_host': 'example.com',
'ssh_port': '22',
'ssh_path': '/srv/www/',
}