Skip to content

Commit

Permalink
deploy: Include git push; Build on Debian
Browse files Browse the repository at this point in the history
  • Loading branch information
fenhl committed Dec 16, 2023
1 parent e23d741 commit cdd05d6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion assets/deploy.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ function ThrowOnNativeFailure {
}
}

wsl cargo build --release --package=wurstminebot-cli --package=wurstminebot-python
git push
ThrowOnNativeFailure

wsl --distribution debian-m2 cargo build --release --package=wurstminebot-cli --package=wurstminebot-python
ThrowOnNativeFailure

ssh wurstmineberg.de sudo systemctl stop wurstminebot
Expand Down

0 comments on commit cdd05d6

Please sign in to comment.