Skip to content

Commit

Permalink
now deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
likebeta committed Jun 18, 2019
1 parent 7f629ab commit 0ea7e6f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions now.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"version": 2,
"builds": [
{ "src": "*.php", "use": "@now/php" },
{ "src": "uploadify/*", "use": "@now/static" },
{ "src": "*.css", "use": "@now/static" },
{ "src": "*.ico", "use": "@now/static" }
],
"regions": ["hnd1", "sin1"]
}

0 comments on commit 0ea7e6f

Please sign in to comment.