Skip to content
This repository has been archived by the owner on Oct 23, 2022. It is now read-only.

Commit

Permalink
Fix: remove tput
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenein committed Jun 2, 2022
1 parent 4be0a3b commit 4cc7e3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@ jobs:
run: |
for host in blueberrypi cranberrypi strawberrypi
do
echo "Deploying to $(tput setaf 2)$host(tput sgr0)…"
echo "Deploying to $host…"
for filename in rusty-tractive rusty-tractive-telegram-bot
do
echo "Syncing and restarting $(tput setaf 4)$filename(tput sgr0)…"
echo "Syncing and restarting $filename…"
rsync -azP $filename $host:/home/pi/bin/$filename.arm-unknown-linux-gnueabihf
ssh $host sudo systemctl restart $filename; systemctl status --lines=0 $filename
done
Expand Down

0 comments on commit 4cc7e3d

Please sign in to comment.