Azure / ng-deploy-azure

Deploy Angular apps to Azure using the Angular CLI
MIT License
79 stars 37 forks source link

feat: add support for CI #54

Closed manekinekko closed 4 years ago

manekinekko commented 4 years ago

Pull Request Template

Description

We are introducing support for CI mode: When trying to run a continuous deployment process (eg. from GitHub Actions), the interactive login mode blocks the CI.

This new features will switch to a different login process if CI is detected.

Type of change

Please delete options that are not relevant.

How to Test

Closing issues

Put closes #52in your comment to auto-close the issue that your PR fixes (if such).

Assignee

@manekinekko