Skip to content

Conversation

@ryan-roemer
Copy link
Member

@ryan-roemer ryan-roemer commented Jan 6, 2022

Status: Ready for review!

I've changed a little bit of the base url stuff in Docusaurus, but all appears to work in localdev and staging deploys. You can see current staging at: https://formidable-com-react-native-owl-staging-68.surge.sh/open-source/react-native-owl/

I've hooked up what should be all the correct work for our production deploy to AWS at https://formidable.com/open-source/react-native-owl on merging to main, but we'll just want to watch that as we go.

@formidableamy note that we have a weird chicken-and-egg thing where we need to have the deploy of this project site right before a deploy of the related formidable.com changes.

Work:

  • Update base url support.
  • Add formideploy and basic workflow + docs
  • Get formideploy working on staging
  • Get formideploy working on production
    • Add AWS token.
  • Hone CI/CD to just docs/* + website/* changes

@github-actions github-actions bot temporarily deployed to staging-68 January 6, 2022 22:35 Inactive
@github-actions github-actions bot temporarily deployed to staging-68 January 6, 2022 22:45 Inactive
@ryan-roemer ryan-roemer changed the title [WIP] Docs: deployment Docs: deployment Jan 9, 2022
@github-actions github-actions bot temporarily deployed to staging-68 January 9, 2022 15:54 Inactive
@github-actions github-actions bot temporarily deployed to staging-68 January 9, 2022 15:58 Inactive
Copy link
Contributor

@manosim manosim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good - exciting!

@github-actions github-actions bot temporarily deployed to staging-68 January 10, 2022 18:44 Inactive
@github-actions github-actions bot temporarily deployed to production January 10, 2022 18:45 Inactive
@github-actions github-actions bot temporarily deployed to staging-68 January 10, 2022 18:51 Inactive
@ryan-roemer
Copy link
Member Author

@manosim I'm getting a library/demo app visual regression failure that I'm guessing is completely unrelated to my docs changes after merging in latest main?

  App.tsx
  console.info
    ✕ takes a screenshot of the first screen (24652 ms)
    [OWL] Screenshot saved to /Users/runner/work/react-native-owl/react-native-owl/example/.owl/latest/ios/homescreen.png.


      at Logger.info (logger.js:25:26)

  ● App.tsx › takes a screenshot of the first screen

    Compared screenshot to match baseline. 6913 were different.

       5 |     const screen = await takeScreenshot('homescreen');
       6 |
    >  7 |     expect(screen).toMatchBaseline();
         |                    ^
       8 |   });
[OWL] Generating Report
       9 | });
      10 |

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants