Skip to content

Commit

Permalink
preparation to swtich to synology_dsm_deploy()
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddict committed Feb 24, 2024
1 parent 6c2869f commit 8769dbf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deploy/eddict.sh
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ _eddict_ednas() {
export DEPLOY_SSH_CERTFILE="/usr/syno/etc/certificate/_archive/${DEFAULT_CERT_FOLDER}/cert.pem"
export DEPLOY_SSH_CAFILE="/usr/syno/etc/certificate/_archive/${DEFAULT_CERT_FOLDER}/chain.pem"
export DEPLOY_SSH_FULLCHAIN="/usr/syno/etc/certificate/_archive/${DEFAULT_CERT_FOLDER}/fullchain.pem"
export DEPLOY_SSH_REMOTE_CMD="/usr/syno/bin/synosystemctl restart nginx"
export DEPLOY_SSH_REMOTE_CMD="/usr/syno/bin/synosystemctl restart nginx pkgctl-WebDAVServer"
export DEPLOY_SSH_BACKUP="yes"
export DEPLOY_SSH_BACKUP_PATH="/usr/syno/etc/certificate/_archive/backup"

Expand All @@ -175,6 +175,8 @@ _eddict_ednas() {
return 0
}

# synology_dsm_deploy()

# edpihole
_eddict_edpihole() {
_info "Start deploying to edpihole"
Expand Down

0 comments on commit 8769dbf

Please sign in to comment.