Browse Source

Support for local environment for if you want to deploy by hand

Kevin van Zonneveld 9 years ago
parent
commit
25359cd310
2 changed files with 2 additions and 0 deletions
  1. 1 0
      .gitignore
  2. 1 0
      env.example.sh

+ 1 - 0
.gitignore

@@ -1,6 +1,7 @@
 .DS_Store
 .DS_Store
 Thumbs.db
 Thumbs.db
 npm-debug.log
 npm-debug.log
+env.sh
 node_modules
 node_modules
 
 
 dist/
 dist/

+ 1 - 0
env.example.sh

@@ -0,0 +1 @@
+export GHPAGES_URL=https://GITHUB_SECRET_ACCESS_TOKEN@github.com/transloadit/uppy.git