Fix typo
Jekyll / jekyll (pull_request) Successful in 19s Details
Jekyll cleanup / jekyll_cleanup (pull_request) Successful in 7s Details

Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
bEn 2024-05-24 14:27:45 +02:00
parent 52b555d925
commit fc9ee82a8d
1 changed files with 1 additions and 1 deletions

View File

@ -32,4 +32,4 @@ jobs:
chmod 600 ~/.ssh/id_ed25519
# 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" \
| lftp sftp://${WEB_USER}:unused@${WEB_DOMAN}
| lftp sftp://${WEB_USER}:unused@${WEB_DOMAIN}