This step vendors the Ionic CLI, and allows the user to execute the
login command. Options are passed along to the ionic
executable as is.
- Requires the Ionic CLI installed. Install it either as part of the pipeline, or make use of a Docker image that has it pre-installed, such as devillex/docker-ionic.
email
- Email used to sign in on Ionic.io.password
- Password used to sign in on Ionic.io.debug
- (Optional) Prints out the command that is executed to the console. Warning this prints everything in the clear, including the password. Possible values aretrue
orfalse
. Defaults tofalse
.
deploy:
steps:
- ionic-login:
email: $IONIC_EMAIL
password: $IONIC_PASSWORD
The MIT License (MIT)
- Fix typo in
run.sh
- Initial release