Add deploy script

This commit is contained in:
2025-04-13 17:33:34 +02:00
parent d420f78ab8
commit 4601a0fc60
2 changed files with 4 additions and 0 deletions

3
youtubeWatcher/deploy.sh Normal file
View File

@@ -0,0 +1,3 @@
nssm stop YoutubeWatcher && \
go build . && \
nssm start YoutubeWatcher