Dear KodeKloud Support Team,
I am participating in the 100 Days of DevOps Challenge and have completed the task for setting up the post-update hook on the repository /opt/apps.git
as per the instructions. I have followed all steps using the natasha
user, ensured repository permissions were not altered, merged the feature branch into master, and pushed the changes.
Upon verification:
- The
post-update
hook file exists and is executable:/opt/apps.git/hooks/post-update
- The release tag is created automatically with the correct format
release-YYYY-MM-DD
(today’s date) - Pushing to master triggers the hook successfully
I Have Attached
Example Screenshort output after push:
Please Check And LMK