Skip to content

kagweb/wercker-step-deploy-googleplay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wercker step Deploy Google Play MIT License

This is wercker deploy step for upload Android app to Google Play.

Usage

In the wercker.yml of your application use the following step definition:

steps:
   - kagweb/deploy-googleplay:
     service_account_email: $SERVICE_ACCOUNT_EMAIL
     key_file: /PATH/TO/KEY
     package_name: PACKAGE_NAME
     app_file: /PATH/TO/APK
     track: TRACK

To use this step, you need to set $SERVICE_ACCOUNT_EMAIL, key_file, package_name and app_file.

Author

kagweb

About

Wercker step for deploy Android app to Google Play.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published