File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -12,4 +12,7 @@ deploy:
1212 github-token : $GITHUB_TOKEN
1313 keep-history : true
1414 on :
15- branch : master
15+ branch : master
16+ branches :
17+ only :
18+ - master
Original file line number Diff line number Diff line change 11# slow-tree
22
3+ [ ![ Build Status] ( https://travis-ci.com/PatrickSachs/slow-tree.svg?branch=master )] ( https://travis-ci.com/PatrickSachs/slow-tree )
4+
35A web based 2D-tree creation application. Check it out at [ tree.sahnee.de] ( https://tree.sahnee.de/ ) !
46
57![ Game Screenshot] ( https://data.patrick-sachs.de/content/slow-tree/github-banner.png )
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dotenv.config({ path: ".env.local" });
1515dotenv . config ( { path : isProduction ? ".env.prod" : ".env.dev" } ) ;
1616dotenv . config ( { path : ".env" } ) ;
1717
18- console . log ( "Enviroment variables are:" , {
18+ console . log ( "Environment variables are:" , {
1919 NODE_ENV : process . env . NODE_ENV ,
2020 SERVICE_WORKER : process . env . SERVICE_WORKER ,
2121 BROWSERSYNC : process . env . BROWSERSYNC
You can’t perform that action at this time.
0 commit comments