Skip to content

Latest commit

 

History

History
executable file
·
35 lines (22 loc) · 797 Bytes

README.md

File metadata and controls

executable file
·
35 lines (22 loc) · 797 Bytes

Ionic Upload

Upload 'Ionic' projects based on yo ionic to 'Ionic View'.

wercker status

Options

  • app_id Ionic App ID (required)
  • api_key Ionic API Key (required)

Example

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.

License

The MIT License (MIT)

Changelog

0.1.0

  • Initial release