Update entrypoint.sh
This commit is contained in:
parent
9a2701b513
commit
d5370c265f
1 changed files with 1 additions and 1 deletions
|
@ -18,5 +18,5 @@ echo "Symlinking, purging old"
|
|||
echo "Running on ssh: ln -s ${INPUT_REMOTE}/${COMMIT_SHA} ${INPUT_REMOTE}/latest"
|
||||
|
||||
ssh -o StrictHostKeyChecking=no -v -i __TEMP_INPUT_KEY_FILE \
|
||||
-P "${INPUT_PORT}" "${INPUT_USER}"@"${INPUT_HOST}" \
|
||||
"${INPUT_USER}"@"${INPUT_HOST}:${INPUT_PORT}" \
|
||||
-C "ln -s ${INPUT_REMOTE}/${COMMIT_SHA} ${INPUT_REMOTE}/latest && find ${INPUT_REMOTE} -mindepth 1 -maxdepth 1 -type d -not -path './latest' | tail -n +5 > rm_result.txt"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue