Moved printing into its own separate project called frank. It also has its own toml and deployement system.

It also works on a raspberry pi
This commit is contained in:
2021-03-23 18:18:33 +05:30
parent 0b30ce258c
commit f4caa19bb2
17 changed files with 184 additions and 67 deletions

9
frank.sh Executable file
View File

@ -0,0 +1,9 @@
#!/usr/bin/env bash
parent_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" || exit ; pwd -P )
git push
git tag --delete latest
git tag latest
git push --delete origin latest
git push --tags
cd "$parent_path/docker" || exit
ansible-playbook --limit moh1 playbook-frank.yml