Devlog 3 - github actions webhook request (13/07/2026)
time logged: 6hr 01min
i added a webhook dispatcher that automatically triggers a deployment whenever i commit to the main branch. Instead of manually pulling changes on the server and restarting the service myself, the GitHub Action now sends a signed webhook to my deployment server, which verifies it and runs the deploy script for me.
i also added 2 more commands
-
/sz-meme- this makes a meme -
/sz-echo [str]- this echoes the string
you can see the flowchart below and see the full devlog 3 here (hyperlinked)
TL;DR whenever i commit the server automatically receives it and slackzilla updates to the latest version
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.