File tree Expand file tree Collapse file tree 3 files changed +7
-14
lines changed Expand file tree Collapse file tree 3 files changed +7
-14
lines changed Original file line number Diff line number Diff line change 29
29
- cat ./coverage/lcov.info | codacy-coverage
30
30
- rm ./config/local.json
31
31
32
- # deploy:
33
- # # deploy master to the production environment
34
- # - provider: script
35
- # script: docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD"; docker push humanconnection/api-feathers:alpha;
36
- # on:
37
- # branch: master
38
-
39
32
after_success :
40
33
- if [ $TRAVIS_BRANCH == "master" ] && [ $TRAVIS_EVENT_TYPE == "push" ]; then
41
34
docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD";
Original file line number Diff line number Diff line change 14
14
"key" : " "
15
15
},
16
16
"apiSecret" : " TE9TqAk2xK[9EFJL" ,
17
- "sentry" : {
18
- "dns" : " SENTRY_DNS" ,
19
- "options" : {
20
- "release" : " pre-alpha" ,
21
- "environment" : " develop"
22
- }
23
- },
17
+ "sentry" : {},
24
18
"seeder" : {
25
19
"runOnInit" : true ,
26
20
"dropDatabase" : true
Original file line number Diff line number Diff line change 18
18
"url" : " THUMBOR_URL" ,
19
19
"key" : " THUMBOR_KEY"
20
20
},
21
+ "sentry" : {
22
+ "dns" : " SENTRY_DNS" ,
23
+ "options" : {
24
+ "environment" : " production"
25
+ }
26
+ },
21
27
"apiSecret" : " API_SECRET" ,
22
28
"authentication" : {
23
29
"secret" : " AUTH_SECRET" ,
You can’t perform that action at this time.
0 commit comments