WIP: Initial work on woodpecker ci. #152
No reviewers
Labels
No labels
Blocked
Existing Service
Infrastructure Issue
Refactor
Security Hardening
Security Issue
Service Idea
Service Removal
Upgrade service
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: data.coop/ansible#152
Loading…
Reference in a new issue
No description provided.
Delete branch "woodpeckerci"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #146
@ -0,0 +11,4 @@
image: "woodpeckerci/woodpecker-server:{{ services.woodpecker.version }}"
restart: always
networks:
- default
Unless you add
purge_networks: yes
thedefault
network is implicitly added (IMHO an annoying default). I think we should either addpurge_networks: yes
or leave outdefault
.default
is needed forserver
to be able to communicate with the other Compose services. (Why is it an annoying default?)This needs to be rebased onto
main
due to major changes since this was started.Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.