Skip to content

Commit

Permalink
Add deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Sedláček committed Sep 13, 2018
1 parent 0d0aae9 commit abd33ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deploy.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
cd ~/NetCore/Community-Discord-BOT/src/CommunityBot
dotnet publish CommunityBot -r win-arm -c Release
ssh Administrator@192.168.0.101 "kill.exe CommunityBot"
scp -r ~/NetCore/Community-Discord-BOT/CommunityBot/bin/Release/netcoreapp2.0/win-arm/publish/* Administrator@192.168.0.101:./../../../miunie
ssh Administrator@192.168.0.101

0 comments on commit abd33ef

Please sign in to comment.