migrated last config file to .ini format
This commit is contained in:
parent
ada778e5a4
commit
cfaa5c27c4
@ -2,7 +2,7 @@
|
|||||||
# -*- coding: utf8 -*-
|
# -*- coding: utf8 -*-
|
||||||
|
|
||||||
# source login credentials and paths
|
# source login credentials and paths
|
||||||
source ./deploy.conf
|
source ./deploy.ini
|
||||||
|
|
||||||
# get remote directory directly above target dir
|
# get remote directory directly above target dir
|
||||||
# parameter expansion with '%' (remove suffix): cut off the rightmost occurrence of what comes after the percent sign
|
# parameter expansion with '%' (remove suffix): cut off the rightmost occurrence of what comes after the percent sign
|
||||||
|
|||||||
5
deploy.ini
Normal file
5
deploy.ini
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
HOST="tobias-radloff.de" #Keep just the address
|
||||||
|
USER="linweb62" #Your username
|
||||||
|
PASS="tK6cG2fX5y" #Your password
|
||||||
|
LOCAL_DIR="/home/tobias/Software/Websites/t-r.de/output" #Your local directory
|
||||||
|
REMOTE_DIR="/www/tobias-radloff.de" #FTP server directory
|
||||||
Loading…
Reference in New Issue
Block a user