Skip to content
Snippets Groups Projects
Commit 857cc56e authored by boyska's avatar boyska
Browse files

una cartella per branch

parent 59b28846
Branches
No related tags found
No related merge requests found
Pipeline #148770 passed
......@@ -37,7 +37,7 @@ deploy-testing:
- cp ${TESTDEPLOY_SSH_PRIVATE_KEY} ~/.ssh/id_ed25519
- chmod 600 ~/.ssh/id_ed25519
script:
- rsync -avz -e "ssh -o StrictHostKeyChecking=no -p ${TESTDEPLOY_PORT} -i ~/.ssh/id_ed25519" public/ ${TESTDEPLOY_USERNAME}@"${TESTDEPLOY_SERVER}":${TESTDEPLOY_PATH}
- rsync -avz -e "ssh -o StrictHostKeyChecking=no -p ${TESTDEPLOY_PORT} -i ~/.ssh/id_ed25519" public/ ${TESTDEPLOY_USERNAME}@"${TESTDEPLOY_SERVER}":${TESTDEPLOY_PATH}${CI_COMMIT_BRANCH:-}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment