WIP: Initial work on woodpecker ci. #152

Draft
valberg wants to merge 3 commits from woodpeckerci into main
Owner

Closes #146

Closes #146
valberg added 1 commit 2023-01-21 23:29:35 +00:00
samsapti added 2 commits 2023-01-22 18:21:58 +00:00
reynir reviewed 2023-02-18 20:32:07 +00:00
@ -0,0 +11,4 @@
image: "woodpeckerci/woodpecker-server:{{ services.woodpecker.version }}"
restart: always
networks:
- default
Owner

Unless you add purge_networks: yes the default network is implicitly added (IMHO an annoying default). I think we should either add purge_networks: yes or leave out default.

Unless you add `purge_networks: yes` the `default` network is implicitly added (IMHO an annoying default). I think we should either add `purge_networks: yes` or leave out `default`.
Owner

default is needed for server to be able to communicate with the other Compose services. (Why is it an annoying default?)

`default` is needed for `server` to be able to communicate with the other Compose services. (Why is it an annoying default?)
samsapti marked this conversation as resolved
Owner

This needs to be rebased onto main due to major changes since this was started.

This needs to be rebased onto `main` due to major changes since this was started.
This pull request is marked as a work in progress.
This branch is out-of-date with the base branch
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b woodpeckerci main
git pull origin woodpeckerci

Step 2:

Merge the changes and update on Forgejo.
git checkout main
git merge --no-ff woodpeckerci
git push origin main
Sign in to join this conversation.
No description provided.