Files
test-web/.woodpecker.yml
uzivibecode 9c3bc533a3
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci: simplify pipeline, remove auth for public repo
2026-02-27 17:24:53 +00:00

11 lines
382 B
YAML

pipeline:
deploy:
image: alpine/git
commands:
- cd ${DEPLOY_PATH}
- git config --global --add safe.directory ${DEPLOY_PATH}
- git remote set-url origin https://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} selesai!"