We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72bd8eb commit b75b7fbCopy full SHA for b75b7fb
deploy.sh
@@ -0,0 +1,8 @@
1
+#!/bin/bash
2
+set -eux
3
+go build
4
+ssh bikelis 'pkill troll-shield || true'
5
+scp troll-shield bikelis:
6
+git describe --tags | ssh bikelis 'cat > version.txt'
7
+ssh bikelis 'tmux new-session -d -s troll'
8
+ssh bikelis 'tmux new-window -d ./run.sh'
0 commit comments