2
0
Fork 0

Add gitea-creds file [SKIP CI]

Tea switched to yml, so for now we read our own env file for
backend-update
pull/54/head
Ambrose Chua 2019-11-03 22:01:56 +08:00
parent ecfe6bda6c
commit bd5eeebf27
Signed by: ambrose
GPG Key ID: BC367D33F140B5C2
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
node_modules/
files/*
!files/.gitkeep
gitea-creds

View File

@ -2,7 +2,7 @@
set -e
. ~/.config/gitearc
. gitea-creds
repo=beep/backend
branch="$1"