mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 02:25:07 +00:00
Support for local environment for if you want to deploy by hand
This commit is contained in:
parent
fe93d08882
commit
25359cd310
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,6 +1,7 @@
|
|||
.DS_Store
|
||||
Thumbs.db
|
||||
npm-debug.log
|
||||
env.sh
|
||||
node_modules
|
||||
|
||||
dist/
|
||||
|
|
|
|||
1
env.example.sh
Normal file
1
env.example.sh
Normal file
|
|
@ -0,0 +1 @@
|
|||
export GHPAGES_URL=https://GITHUB_SECRET_ACCESS_TOKEN@github.com/transloadit/uppy.git
|
||||
Loading…
Add table
Add a link
Reference in a new issue