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

1
.gitignore vendored
View File

@@ -11,3 +11,4 @@ downloader/ytdl.exe
downloader/ytdl.log downloader/ytdl.log
*.log *.log
*.xml *.xml
*.exe

3
youtubeWatcher/deploy.sh Normal file
View File

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