Skip to content

Commit

Permalink
Add config for rc-v1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
frozenhelium committed Apr 30, 2019
1 parent 5ca1662 commit fab47b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deploy-config.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"client": {
"deploy": true,
"client": "release-v1.3.3",
"reactStore": "release-v1.3.3",
"client": "rc-v1.3.4",
"reactStore": "rc-v1.3.4",
"reactComponents": "master",
"ravl": "alpha"
},
"server": {
"deploy": false,
"server": "release-v1.3.3"
"deploy": true,
"server": "rc-v1.3.4"
}
}

0 comments on commit fab47b6

Please sign in to comment.