Skip to content

Commit 9349ffb

Browse files
committed
fix: framework
2 parents f8a9c99 + 43d8baa commit 9349ffb

32 files changed

+1350
-554
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ env.lua
33
.vscode
44
storage/*
55
.env
6+
.DS_Store

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ before_install:
88
- chmod 600 ~/.ssh/id_rsa
99

1010
script:
11-
- sed "s/SMSKEY = \"\"/SMSKEY = \"$SMS_KEY\"/;s/CLIENT_SECRET = \"\"/CLIENT_SECRET = \"$GITHUB_CLIENT_SECRET\"/;s/EMAIL_API_KEY = \"\"/EMAIL_API_KEY = \"$EMAIL_API_KEY\"/" env.example.lua > env.lua
11+
- sed "s/CLIENT_SECRET = \"\"/CLIENT_SECRET = \"$GITHUB_CLIENT_SECRET\"/" env.example.lua > env.lua
1212
- docker build -t horan/lua-china-api:$TRAVIS_COMMIT .
1313
- docker login -u horan -p $docker_password
1414
- docker push horan/lua-china-api:$TRAVIS_COMMIT

0 commit comments

Comments
 (0)