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