Skip to content

Instantly share code, notes, and snippets.

@Ron-Lavi
Created February 19, 2019 14:44
Show Gist options
  • Save Ron-Lavi/cbad5b69915148de4c2ecf37656ff6ef to your computer and use it in GitHub Desktop.
Save Ron-Lavi/cbad5b69915148de4c2ecf37656ff6ef to your computer and use it in GitHub Desktop.
Patternfly manual deploy
1. yarn build:storybook && cp -r .out .public/patternfly-3
2. yarn build:prdocs && cp -r packages/patternfly-4/react-docs/public .public/patternfly-4 && cp -r packages/patternfly-4/react-docs/public/assets .public/assets
3. yarn run surge --project .public --domain $DEPLOY_DOMAIN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment