🚀 Yimaru CI/CD Dashboard

Deployment #194

← Back to List
Repository:

Yimaru/Yimaru-BackEnd

Branch:

production

Commit:

24f1aca97abef1411a7608e71f841e691f2b0a7c

Status:

success

Created At:

4/18/2026, 11:08:06 AM

Commands (11)

git stash save "local changes 2026-04-18T11:08:06.852Z"
Success Exit: 0
Output:
Saved working directory and index state On production: local changes 2026-04-18T11:08:06.852Z
git reset --hard HEAD
Success Exit: 0
Output:
HEAD is now at 886b62e feat(levels): flexible cefr_level codes up to 64 chars
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 26 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 886b62e..24f1aca
Fast-forward
 cmd/main.go                                       |  2 +-
 db/migrations/000039_team_refresh_tokens.down.sql |  2 +
 db/migrations/000039_team_refresh_tokens.up.sql   | 11 +++
 db/query/team_refresh_tokens.sql                  | 19 +++++
 docs/docs.go                                      | 77 +++++++++++++++++-
 docs/swagger.json                                 | 77 +++++++++++++++++-
 docs/swagger.yaml                                 | 49 +++++++++++-
 gen/db/models.go                                  |  9 +++
 gen/db/team_refresh_tokens.sql.go                 | 79 ++++++++++++++++++
 internal/domain/team.go                           | 22 +++--
 internal/ports/team.go                            |  6 ++
 internal/repository/team.go                       | 39 +++++++++
 internal/services/team/service.go                 | 11 ++-
 internal/services/team/tokens.go                  | 69 ++++++++++++++++
 internal/web_server/handlers/hierarchy_handler.go | 42 ++++------
 internal/web_server/handlers/team_handler.go      | 97 ++++++++++++++++++++++-
 internal/web_server/routes.go                     |  1 +
 17 files changed, 573 insertions(+), 39 deletions(-)
 create mode 100644 db/migrations/000039_team_refresh_tokens.down.sql
 create mode 100644 db/migrations/000039_team_refresh_tokens.up.sql
 create mode 100644 db/query/team_refresh_tokens.sql
 create mode 100644 gen/db/team_refresh_tokens.sql.go
 create mode 100644 internal/services/team/tokens.go
Error:
From https://gitea.yaltopia.com/Yimaru/Yimaru-BackEnd
 * branch            production -> FETCH_HEAD
git apply docker-compose.patch
Success Exit: 0
export GOPATH=/home/yimaru/go GOROOT=/usr/lib/go-1.24 PATH=/usr/bin:/home/yimaru/go/bin:$PATH && go mod tidy
Success Exit: 0
sudo systemctl stop yimaru_backend.service
Success Exit: 0
export GOPATH=/home/yimaru/go GOROOT=/usr/lib/go-1.24 PATH=/usr/bin:/home/yimaru/go/bin:$PATH && go build -ldflags='-s' -o ./bin/web ./cmd/main.go
Success Exit: 0
seed backend sql files
Success Exit: 0
Output:
Seeding /home/yimaru/Yimaru-BackEnd/db/data/001_initial_seed_data.sql...
CREATE EXTENSION
INSERT 0 0
INSERT 0 0
UPDATE 1
INSERT 0 0
Seeding /home/yimaru/Yimaru-BackEnd/db/data/003_fix_autoincrement_desync.sql...
 setval 
--------
     24
(1 row)

 setval 
--------
      8
(1 row)

 setval 
--------
     30
(1 row)

 setval 
--------
     11
(1 row)
Seeding /home/yimaru/Yimaru-BackEnd/db/data/004_activity_logs_seed.sql...
Seeding /home/yimaru/Yimaru-BackEnd/db/data/005_issue_reporting_seed.sql...
Seeding /home/yimaru/Yimaru-BackEnd/db/data/006_notifications_seed.sql...
Skipping /home/yimaru/Yimaru-BackEnd/db/data/007_course_management_seed.sql (course management seed disabled)
Seeding /home/yimaru/Yimaru-BackEnd/db/data/008_account_deletion_requests_seed.sql...
Seeding /home/yimaru/Yimaru-BackEnd/db/data/009_question_types_seed.sql...
Error:
/home/yimaru/Yimaru-BackEnd/db/data/001_initial_seed_data.sql:
NOTICE:  extension "pgcrypto" already exists, skipping
sudo systemctl restart yimaru_backend.service
Success Exit: 0