Created
May 19, 2017 07:13
-
-
Save AndrewAllison/31d3c1773e047a038f4876daf8f1d549 to your computer and use it in GitHub Desktop.
Deploy on Codeship
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
npm install -g @angular/cli | |
npm install | |
ng build --environment=prod | |
mkdir deploy deploy/`git rev-parse HEAD` commits | |
cp dist/ deploy/`git rev-parse HEAD` -rf | |
git rev-parse HEAD > commits/`git rev-parse HEAD` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment