Skip to content
Snippets Groups Projects
Verified Commit 36201f1f authored by Frank Sauerburger's avatar Frank Sauerburger
Browse files

Remove secrets substitution

parent 05836bee
No related branches found
No related tags found
1 merge request!1Resolve "Setup automatic deployment"
......@@ -16,8 +16,6 @@ stages:
- echo "${SFTP_HOSTCERT}" > ~/.ssh/known_hosts
- chmod 600 ~/.ssh/*
- mv ${LOCAL_DIR} ${REMOTE_DIR}
- sed -i "s/%%%DB_PASSWORD%%%/${DB_PASSWORD}/g" ${REMOTE_DIR}/config.php;
- sed -i "s/%%%SALT%%%/${SALT}/g" ${REMOTE_DIR}/config.php;
- sftp ${SFTP_USERNAME}@${SFTP_HOST} <<< "put -r ${REMOTE_DIR}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment