homelab/server/config/git_update.sh
2022-02-08 17:00:27 -08:00

6 lines
89 B
Bash

#!/bin/bash
cd /home/joey/docker_config/
git add --all
git commit -am "$(date)"
git push