Skip to content

Commit

Permalink
Add deploy config for assessment export
Browse files Browse the repository at this point in the history
  • Loading branch information
frozenhelium committed Apr 8, 2019
1 parent 00c5fd4 commit 5a93273
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.1",
"reactStore": "release-v1.3.1",
"client": "rc-v1.3.1",
"reactStore": "rc-v1.3.1",
"reactComponents": "master",
"ravl": "alpha"
},
"server": {
"deploy": true,
"server": "release-v1.3.1"
"server": "rc-v1.3.1"
}
}

0 comments on commit 5a93273

Please sign in to comment.