There was an error while loading. Please reload this page.
1 parent f3d8c7b commit 11b4468Copy full SHA for 11b4468
1 file changed
apps/google-docs/package.json
@@ -30,7 +30,7 @@
30
"create-app-definition": "contentful-app-scripts create-app-definition",
31
"upload": "contentful-app-scripts upload --bundle-dir ./build",
32
"upload-ci": "contentful-app-scripts upload --ci --bundle-dir ./build --organization-id $CONTENTFUL_ORG_ID --definition-id $CONTENTFUL_APP_DEF_ID --token $CONTENTFUL_ACCESS_TOKEN",
33
- "deploy": "contentful-app-scripts upload --ci --bundle-dir ./build --organization-id 6B7UvF9RgdtICSBSvSIUMY --definition-id 1g8kRAvM4pb7Wb6pNPR87J --token ${CONTENTFUL_CMA_TOKEN}",
+ "deploy": "contentful-app-scripts upload --ci --bundle-dir ./build --organization-id ${DEFINITIONS_ORG_ID} --definition-id 3EaGZUMKRKVZUyrcoNJ4o4 --token ${CONTENTFUL_CMA_TOKEN}",
34
"deploy:dev": "npm run build && source .env && contentful-app-scripts upload --ci --bundle-dir ./build --organization-id $CONTENTFUL_ORG_ID --definition-id 653vTnuQw3j5onU1tUoH6t --token \"$CONTENTFUL_CMA_TOKEN\"",
35
"deploy:staging": "npm run build && source .env && contentful-app-scripts upload --ci --bundle-dir ./build --organization-id $CONTENTFUL_ORG_ID --definition-id 4i0mp5lQtgNsHYVrD5jIkj --token \"$CONTENTFUL_CMA_TOKEN\""
36
},
0 commit comments