Обновление пути к конфигурационному файлу: изменен путь по умолчанию для config.json на /etc/letsencrypt-regru/config.json
Deploy scripts to remote server / Upload and deploy on 192.168.10.14 (push) Successful in 8s
Deploy scripts to remote server / Upload and deploy on 192.168.10.14 (push) Successful in 8s
This commit is contained in:
@@ -258,8 +258,8 @@ jobs:
|
||||
run: |
|
||||
set -euo pipefail
|
||||
|
||||
# DEPLOY_CONFIG_PATH: path to config.json on remote (default: /etc/letsencrypt/regru_config.json)
|
||||
CONFIG_DEST="${DEPLOY_CONFIG_PATH:-/etc/letsencrypt/regru_config.json}"
|
||||
# DEPLOY_CONFIG_PATH: path to config.json on remote (default: /etc/letsencrypt-regru/config.json)
|
||||
CONFIG_DEST="${DEPLOY_CONFIG_PATH:-/etc/letsencrypt-regru/config.json}"
|
||||
|
||||
ssh deploy-target "set -euo pipefail; \
|
||||
TMP_DIR=\"/tmp/configure_nginx_manager_deploy\"; \
|
||||
|
||||
Reference in New Issue
Block a user