Fix Jeakyll preview cleanup step #6
|
@ -32,4 +32,4 @@ jobs:
|
||||||
chmod 600 ~/.ssh/id_ed25519
|
chmod 600 ~/.ssh/id_ed25519
|
||||||
# Delete preview context from the remote site
|
# Delete preview context from the remote site
|
||||||
echo -e "set sftp:connect-program ssh -a -x -o StrictHostKeyChecking=no; rm -r -f ${WEB_ROOT}${WEB_CONTEXT}\nbye" \
|
echo -e "set sftp:connect-program ssh -a -x -o StrictHostKeyChecking=no; rm -r -f ${WEB_ROOT}${WEB_CONTEXT}\nbye" \
|
||||||
| lftp sftp://${WEB_USER}:unused@${WEB_DOMAN}
|
| lftp sftp://${WEB_USER}:unused@${WEB_DOMAIN}
|
||||||
|
|
Loading…
Reference in New Issue