Dockers/updategit.sh
2024-04-17 12:36:43 -06:00

8 lines
142 B
Bash
Executable file

#!/bin/bash
cp .env .env_template
sed -i 's/=.*/=/' .env_template
git add .
git commit -m "New backup `date +'%Y-%m-%d %H:%M:%S'`"
git push