Add variables to be changed during deployment
This commit is contained in:
parent
ed03724ada
commit
6572e01a94
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue