We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea89499 commit 739ae04Copy full SHA for 739ae04
.github/workflows/deployment.yml
@@ -90,7 +90,7 @@ jobs:
90
--exclude-from="./etc/deploy-ignore.txt" \
91
--chown=${SSH_USER}:${SSH_USER} \
92
-e "ssh -i ${HOME}/.ssh/id_${SSH_USER} -p ${SSH_PORT}" \
93
- "./" "${SSH_USER}@${SSH_HOST}:${SSH_WEB_PATH}"
+ "./" "${SSH_USER}@${SSH_HOST}:${SSH_WEB_PATH}/${CLEAN_BRANCH_NAME}"
94
95
# Cleanup the secret
96
rm -fv "${HOME}/.ssh/id_${SSH_USER}" "${HOME}/.ssh/id_${SSH_USER}.pub"
0 commit comments