Release & deployment v2 #19
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
So the previous approach of #8, #9, #15 and #18 did not work as expected. So the new idea is more simple:
** Provide a systemd service that can be tuned
** Provide a script that downloads a given version from reposilite and copies it to the location specified. It can then also
daemon-reloadandrestarton behalf of the user/etc(--spring.config.additional-location="file:///etc/nbscloud/blabla.properties")This is also more to like a "real" OS package. So in the future there could be a job to build e.g. a
PKGBUILDfor Arch based on this approach.Just released and deployed v15 with this approach and it works better than the more sophisticated one before.
Solved.