Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Commit

Permalink
💚 Remove the status call
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenein committed Jun 11, 2023
1 parent 5fd86b3 commit e964702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
rsync --compress --executability --stats --times --verbose blitz-tanks.aarch64-unknown-linux-gnu mars:/home/pi/bin/blitz-tanks
- name: 🛑 Stop
run: ssh mars "sudo systemctl stop blitz-tanks; systemctl status --lines=0 blitz-tanks"
run: ssh mars "sudo systemctl stop blitz-tanks"

- name: 📦 Archive the database
run: ssh mars "ZST_CLEVEL=3 tar -Izstd -cvf .blitz-tanks/${{ github.event.repository.updated_at }}.tar.zstd .blitz-tanks/db.sled"
Expand Down

0 comments on commit e964702

Please sign in to comment.