diff --git a/.woodpecker.yml b/.woodpecker.yml index 2994481..357fb22 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -7,7 +7,6 @@ pipeline: - npm install gulp -g - npm install hexo-cli -g - test -e package.json && npm install - # TODO: figure out why Gulp fails with: Local gulp not found in /woodpecker/src/codeberg.org/fediverse/fediparty/themes/starter - gulp build --cwd ./themes/starter - hexo generate - find -maxdepth 1 ! -name .git ! -name .domains ! -name public ! -name . -exec rm -rf {} \; @@ -23,12 +22,13 @@ pipeline: image: alpine commands: - apk add git - - git branch -a - - git remote -v + - ls -l # configure git - git checkout -b pages + - ls -l - git config --global user.email "nonexistent@example.com" - git config --global user.name "Codeberg CI" + - git remote set-url origin git@codeberg.org:fediverse/fediparty.git # deploy changes - git add -A - git commit -m "Woodpecker build ${CI_COMMIT_SHA}"