Skip to content

Commit 11b4468

Browse files
fix package json
1 parent f3d8c7b commit 11b4468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/google-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"create-app-definition": "contentful-app-scripts create-app-definition",
3131
"upload": "contentful-app-scripts upload --bundle-dir ./build",
3232
"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}",
33+
"deploy": "contentful-app-scripts upload --ci --bundle-dir ./build --organization-id ${DEFINITIONS_ORG_ID} --definition-id 3EaGZUMKRKVZUyrcoNJ4o4 --token ${CONTENTFUL_CMA_TOKEN}",
3434
"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\"",
3535
"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\""
3636
},

0 commit comments

Comments
 (0)