Skip to content

jrollin/angular-build-once

Repository files navigation

Angular : CI / CD with one build

How to manage multiple deployments with the same Build

Example

App deployed on Github pages with custom env : envName and apiUrl

Installation

npm install

Usage

Serve

npm run start

Test

npm run test

Build

npm run build

Deploy

Use gh-pages node module to deploy to github pages

npm run deploy:gh

To customize application name and api URL, we replaced /dist/env.js by /deploy/github.env.js

About

Deploy Angular project to multiple environnements with one build

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published