summaryrefslogtreecommitdiff
path: root/launch.sh
blob: adc66a02883acf5421a8755d4833351b5010c238 (plain)
1
2
3
4
5
6
#!/bin/sh
bname="$2"
host="${1:--}"

git add .; git commit -m "launch $bname"; git push
echo "RRP $host deploy $bname" | pee cat "websocat wss://citrons.xyz/ws-echo/rebecca"