Skip to content

Instantly share code, notes, and snippets.

@AndrewAllison
Created May 19, 2017 07:13
Show Gist options
  • Save AndrewAllison/31d3c1773e047a038f4876daf8f1d549 to your computer and use it in GitHub Desktop.
Save AndrewAllison/31d3c1773e047a038f4876daf8f1d549 to your computer and use it in GitHub Desktop.
Deploy on Codeship
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