keywind
keywind copied to clipboard
feat(ci): adding ci pipelines
This PR follows the request https://github.com/lukin/keywind/issues/6#issuecomment-1060100072:
CI/CD pipeline would be great. Something that can package up the theme into an archive, then add it to github releases. Then it can easily be installed using the Keycloak Operator.
After build, the theme is zipped in a similar approach as https://github.com/Alfresco/alfresco-keycloak-theme/releases/tag/0.3.2
Giving permission to the pipeline:
Navigate Git > Project > Settings > Actions > General and enable Workflow permissions = Read and write permissions.
In order to create a new release:
- Navigate to https://github.com/lukin/keywind/releases
- Select 'Release'
- Create a new/draft release with:
- Choose a tag:
0.0.1 - Target:
master - Release Title:
v0.0.1
- Choose a tag:
Important that tag and title matches.
I hope it helps, please let me know if the commit looks good for you.
Hey 👋
Thanks for contributing. I need some time to finish #23. After that, I will test this PR.
Any news here @lukin ?