Upload 'Ionic' projects based on yo ionic to 'Ionic View'.
app_idIonic App ID (required)api_keyIonic API Key (required)
You will receive your App ID and API Key by running ionic upload in your local project.
Please be sure that you do NOT commit the .io-config.json file with your code!
deploy:
steps:
- dathix/ionic-upload:
app_id: $APP_ID
api_key: $API_KEYPlease add APP_ID and API_KEY as protected environment variables.
- Initial release