New backup 2024-04-17 12:36:43
This commit is contained in:
parent
a1905b0e44
commit
91c57ef26b
2 changed files with 13 additions and 0 deletions
|
@ -77,6 +77,11 @@ GL_OTP_KEY=
|
||||||
GL_ROOT_PASS=
|
GL_ROOT_PASS=
|
||||||
GL_ROOT_EMAIL=
|
GL_ROOT_EMAIL=
|
||||||
|
|
||||||
|
GL_GITHUB_API_KEY=
|
||||||
|
GL_GITHUB_API_SECRET=
|
||||||
|
GL_GITLAB_API_KEY=
|
||||||
|
GL_GITLAB_API_SECRET=
|
||||||
|
|
||||||
GL_EMAIL_NAME=
|
GL_EMAIL_NAME=
|
||||||
|
|
||||||
#PORTS
|
#PORTS
|
||||||
|
|
8
updategit.sh
Executable file
8
updategit.sh
Executable file
|
@ -0,0 +1,8 @@
|
||||||
|
#!/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
|
Loading…
Add table
Reference in a new issue