🚀 Yimaru CI/CD Dashboard

Deployment #20

← Back to List
Repository:

Yimaru/Yimaru-BackEnd

Branch:

production

Commit:

f5c95a9aa6c08ffcec3365362ca16934e818f97d

Status:

failed

Created At:

3/4/2026, 6:20:41 AM

Commands (9)

git stash save "local changes 2026-03-04T06:20:41.868Z"
Success Exit: 0
Output:
Saved working directory and index state On production: local changes 2026-03-04T06:20:41.868Z
git reset --hard HEAD
Success Exit: 0
Output:
HEAD is now at 3a15a65 Merge remote-tracking branch 'origin/production'
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
Error:
Already on 'production'
git pull https://***:***@gitea.yaltopia.com/Yimaru/Yimaru-BackEnd.git production
Success Exit: 0
Output:
Updating 3a15a65..f5c95a9
Fast-forward
Error:
From https://gitea.yaltopia.com/Yimaru/Yimaru-BackEnd
 * branch            production -> FETCH_HEAD
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
Failed Exit: 5
Error:
Failed to stop yimaru-backend.service: Unit yimaru-backend.service not loaded.
make backup
Success Exit: 0
Error:
permission denied while trying to connect to the docker API at unix:///var/run/docker.sock
make db-down
Failed Exit: 2
Error:
time="2026-03-04T06:20:42Z" level=warning msg="/home/yimaru/Yimaru-BackEnd/docker-compose.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion"
permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get "http://%2Fvar%2Frun%2Fdocker.sock/v1.51/containers/json?all=1&filters=%7B%22label%22%3A%7B%22com.docker.compose.config-hash%22%3Atrue%2C%22com.docker.compose.oneoff%3DFalse%22%3Atrue%2C%22com.docker.compose.project%3Dyimaru-backend%22%3Atrue%7D%7D": dial unix /var/run/docker.sock: connect: permission denied
make: *** [makefile:100: db-down] Error 1