Add variables to be changed during deployment
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
nemunaire 2021-01-10 22:55:52 +01:00
parent ed03724ada
commit 6572e01a94

View File

@ -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: