-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Docs to Rich Text App Release [INTEG-2321] #4040
Conversation
apps/docs-to-rich-text/package.json
Outdated
"deploy": "contentful-app-scripts upload --ci --bundle-dir ./out --organization-id ${DEFINITIONS_ORG_ID} --definition-id 4tDyevo7sMwvZhDGKzFHVw --token ${CONTENTFUL_CMA_TOKEN}", | ||
"deploy:staging": "contentful-app-scripts upload --ci --bundle-dir ./build --organization-id ${TEST_ORG_ID} --definition-id 6J4rXeXJ0DWrePRwZyULO8 --token ${TEST_CMA_TOKEN}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
deploy
goes to /out
and deploy:staging
goes to /build
, I assume one of these is wrong?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah good catch probably a copy/paste error I made I'll fix
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
build folder question, otherwise looks good!
Purpose
Approach
Testing steps
Breaking Changes
Dependencies and/or References
Deployment