Update .woodpecker.yml
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2026-02-27 17:25:29 +00:00
parent cc4e343349
commit eeb070d42c

View File

@@ -4,7 +4,3 @@ pipeline:
commands:
- cd ${DEPLOY_PATH}
- git config --global --add safe.directory ${DEPLOY_PATH}
- git remote set-url origin https://${GIT_USER}:${GIT_TOKEN}@git.sukabelajar.web.id/${CI_REPO}.git || true
- git fetch origin ${CI_COMMIT_BRANCH}
- git reset --hard origin/${CI_COMMIT_BRANCH}
- echo "✅ Deploy ${CI_REPO_NAME} branch ${CI_COMMIT_BRANCH} selesai!"