diff --git a/.gitignore b/.gitignore index fd87773..22b27d8 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ downloader/ytdl.exe downloader/ytdl.log *.log *.xml +*.exe diff --git a/youtubeWatcher/deploy.sh b/youtubeWatcher/deploy.sh new file mode 100644 index 0000000..89b2533 --- /dev/null +++ b/youtubeWatcher/deploy.sh @@ -0,0 +1,3 @@ +nssm stop YoutubeWatcher && \ +go build . && \ +nssm start YoutubeWatcher \ No newline at end of file