🚀 Amba CI/CD Dashboard

Deployment #16

← Back to List
Repository:

AmbaPay/Amba-notification-ms

Branch:

production

Commit:

9f6f88e0e8dae2fdee88fd338d14d8099023d199

Status:

failed

Created At:

1/10/2026, 10:49:00 AM

Commands (6)

sudo chown -R $(whoami):$(whoami) "/home/amba/amba_services/pm2_services/amba_notifications/.git"
Failed Exit: 1
Error:
sudo: The "no new privileges" flag is set, which prevents sudo from running as root.
sudo: If sudo is running in a container, you may need to adjust the container configuration to disable the flag.
git stash save "local changes 2026-01-10T10:49:00.576Z"
Success Exit: 0
Output:
No local changes to save
git reset --hard HEAD
Success Exit: 0
Output:
HEAD is now at 7f735ad Empty commit to trigger CI/CD - 19
git fetch https://***:***@gitea.yaltopia.com/AmbaPay/Amba-notification-ms.git production
Success Exit: 0
Error:
From https://gitea.yaltopia.com/AmbaPay/Amba-notification-ms
 * branch            production -> FETCH_HEAD
git checkout production
Success Exit: 0
Output:
Your branch is ahead of 'origin/production' by 18 commits.
  (use "git push" to publish your local commits)
Error:
Already on 'production'
git pull https://***:***@gitea.yaltopia.com/AmbaPay/Amba-notification-ms.git production
Failed Exit: 128
Error:
From https://gitea.yaltopia.com/AmbaPay/Amba-notification-ms
 * branch            production -> FETCH_HEAD
hint: You have divergent branches and need to specify how to reconcile them.
hint: You can do so by running one of the following commands sometime before
hint: your next pull:
hint:
hint:   git config pull.rebase false  # merge
hint:   git config pull.rebase true   # rebase
hint:   git config pull.ff only       # fast-forward only
hint:
hint: You can replace "git config" with "git config --global" to set a default
hint: preference for all repositories. You can also pass --rebase, --no-rebase,
hint: or --ff-only on the command line to override the configured default per
hint: invocation.
fatal: Need to specify how to reconcile divergent branches.