Add deploy script
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -11,3 +11,4 @@ downloader/ytdl.exe
|
|||||||
downloader/ytdl.log
|
downloader/ytdl.log
|
||||||
*.log
|
*.log
|
||||||
*.xml
|
*.xml
|
||||||
|
*.exe
|
||||||
|
3
youtubeWatcher/deploy.sh
Normal file
3
youtubeWatcher/deploy.sh
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
nssm stop YoutubeWatcher && \
|
||||||
|
go build . && \
|
||||||
|
nssm start YoutubeWatcher
|
Reference in New Issue
Block a user