Skip to content

Commit

Permalink
Deploy pinned projects fix
Browse files Browse the repository at this point in the history
* Update rest to graphql for
    - Assigments (home page)
    - Project stats (home page)
    - Fix citation style
    - Add organization
    - Hide unused settings in barchart (reporting module)
    - Align organizations to right (reporting module)
    - Add test tag for test projects
    - Add arrow button in pillar analysis to move entries up and down
      the story
  • Loading branch information
AdityaKhatri committed May 27, 2024
1 parent 09452bf commit d0873d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"deep_version": "v2.7.0",
"deep_version": "v2.7.1",
"client": {
"repo": "https://github.com/the-deep/client",
"branch": "release-v2.7.0",
"branch": "release-v2.7.1",
"deploy": true
},
"ary_client": {
Expand All @@ -14,7 +14,7 @@
},
"server": {
"repo": "https://github.com/the-deep/server",
"branch": "release-v2.7.0",
"branch": "release-v2.7.1",
"deploy": true
}
}

0 comments on commit d0873d4

Please sign in to comment.