Rework the CI/CD for production #30

Closed
opened 2025-08-13 15:55:02 +00:00 by btlogy · 2 comments
Owner

This repo has been migrated from a non-production Gitea instance and needs some tweaks to work on this Forgejo production instance.

This repo has been migrated from a non-production Gitea instance and needs some tweaks to work on this Forgejo production instance.
Author
Owner

The CI/CD are working again with PRs, but the cleanup seem to fail on production!
I need to verify if this is still working:

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_HOST}
The CI/CD are working again with PRs, but the cleanup seem to fail on production! I need to verify if this is still working: ``` 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_HOST} ```
btlogy reopened this issue 2025-08-13 18:42:43 +00:00
Author
Owner

The cleanup works again: the ssh username was incorrect.

The cleanup works again: the ssh username was incorrect.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: tahoe-lafs/web-landing-page#30
No description provided.