Created
July 31, 2016 17:57
-
-
Save djds23/637bb3343162147289b9dda54d88ab27 to your computer and use it in GitHub Desktop.
React build static file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| echo "Pulling branch master" | |
| git pull origin master | |
| echo "Building static site" | |
| node ./scripts/build.js | |
| echo "Moving build to /srv/" | |
| cp -R ./build /srv/ | |
| echo "Kicking over NGINX" | |
| nginx -s reload |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment