[catalog/setup][xs]: updates for deployment.

- Set DMS to demo.dev.datopian.com which has more datasets than demo.ckan.org.
- Fix typesript bug which was breaking previous deployment.
- Update yarn.lock file so that 'portal' is installed from the latest commit.
This commit is contained in:
anuveyatsu
2021-08-15 00:31:57 +06:00
parent 4dfaaad85e
commit 7a17f4843d
3 changed files with 4 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ module.exports = (phase, { defaultConfig }) => {
defaultLocale: 'en', defaultLocale: 'en',
}, },
publicRuntimeConfig: { publicRuntimeConfig: {
DMS: dms ? dms.replace(/\/?$/, '') : 'https://demo.ckan.org', DMS: dms ? dms.replace(/\/?$/, '') : 'https://demo.dev.datopian.com',
CMS: cms ? cms.replace(/\/?$/, '') : 'oddk.home.blog', CMS: cms ? cms.replace(/\/?$/, '') : 'oddk.home.blog',
}, },
}; };

View File

@@ -30,7 +30,7 @@ const Org: React.FC<{ variables: any }> = ({ variables }) => {
export const getServerSideProps: GetServerSideProps = async (context) => { export const getServerSideProps: GetServerSideProps = async (context) => {
const apolloClient = initializeApollo(); const apolloClient = initializeApollo();
const variables = { const variables = {
id: context.query.org.replace('@', ''), id: (context.query.org as string).replace('@', ''),
}; };
await apolloClient.query({ await apolloClient.query({

View File

@@ -14152,7 +14152,7 @@ popper.js@1.16.1-lts:
"portal@https://github.com/datopian/portal.js": "portal@https://github.com/datopian/portal.js":
version "0.1.0" version "0.1.0"
resolved "https://github.com/datopian/portal.js#b103b0e845d0e43c6b6f7d602af972423ea4c012" resolved "https://github.com/datopian/portal.js#4dfaaad85eb4775f890bd9e87493f37a90a211f0"
dependencies: dependencies:
"@material-ui/core" "^4.11.3" "@material-ui/core" "^4.11.3"
"@material-ui/data-grid" "^4.0.0-alpha.20" "@material-ui/data-grid" "^4.0.0-alpha.20"
@@ -14164,6 +14164,7 @@ popper.js@1.16.1-lts:
react-plotly.js "^2.5.1" react-plotly.js "^2.5.1"
react-scripts "3.4.3" react-scripts "3.4.3"
tailwindcss "^2.0.2" tailwindcss "^2.0.2"
timeago.js "^4.0.2"
portfinder@^1.0.26: portfinder@^1.0.26:
version "1.0.28" version "1.0.28"