Upload 'Ionic' projects based on yo ionic
to 'Ionic View'.
app_id
Ionic App ID (required)api_key
Ionic 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_KEY
Please add APP_ID
and API_KEY
as protected environment variables.
- Initial release