Add variables to be changed during deployment
This commit is contained in:
parent
ed03724ada
commit
6572e01a94
@ -19,8 +19,8 @@ steps:
|
||||
settings:
|
||||
debug: true
|
||||
tar_tmp_path: /tmp/
|
||||
host: www.happydns.org
|
||||
target: /var/www/happydns.org/htdocs
|
||||
host: ${TARGET_HOST:=www.happydns.org}
|
||||
target: ${TARGET_DIRECTORY:=/var/www/happydns.org/htdocs}
|
||||
source: public/*
|
||||
strip_components: 1
|
||||
username:
|
||||
|
Loading…
x
Reference in New Issue
Block a user