🚀 Yimaru CI/CD Dashboard

Deployment #529

← Back to List
Repository:

Yimaru/Yimaru-BackEnd

Branch:

production

Commit:

880bdfb4b7fa5752a94ad1a7b69fd6f679a92a90

Status:

failed

Created At:

8/16/2026, 3:53:39 PM

Commands (6)

git stash save "local changes 2026-08-16T15:53:39.708Z"
Success Exit: 0
Output:
Saved working directory and index state On production: local changes 2026-08-16T15:53:39.708Z
git reset --hard HEAD
Success Exit: 0
Output:
HEAD is now at 82e8950 Drop leftover Learn English one-practice unique and include nested lesson practices in course and module lists.
git fetch https://***:***@gitea.yaltopia.com/Yimaru/Yimaru-BackEnd.git production
Success Exit: 0
Error:
From https://gitea.yaltopia.com/Yimaru/Yimaru-BackEnd
 * branch            production -> FETCH_HEAD
git checkout production
Success Exit: 0
Output:
Your branch is ahead of 'origin/production' by 284 commits.
  (use "git push" to publish your local commits)
Error:
Already on 'production'
git pull https://***:***@gitea.yaltopia.com/Yimaru/Yimaru-BackEnd.git production
Success Exit: 0
Output:
Updating 82e8950..880bdfb
Fast-forward
 ...d_notifications_created_by_team_member.down.sql |  6 ++++++
 ...led_notifications_created_by_team_member.up.sql | 22 ++++++++++++++++++++++
 docker-compose.yml                                 |  1 +
 internal/domain/scheduled_notification.go          |  2 +-
 4 files changed, 30 insertions(+), 1 deletion(-)
 create mode 100644 db/migrations/000107_scheduled_notifications_created_by_team_member.down.sql
 create mode 100644 db/migrations/000107_scheduled_notifications_created_by_team_member.up.sql
Error:
From https://gitea.yaltopia.com/Yimaru/Yimaru-BackEnd
 * branch            production -> FETCH_HEAD
git apply docker-compose.patch
Failed Exit: 1
Error:
error: patch failed: docker-compose.yml:78
error: docker-compose.yml: patch does not apply