Skip to content

pavanka/travis-hello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

travis-hello

Continuously deploy to Parse

Steps to follow:

  • Set up your github repository with travis: you can use the .travis.yml in this repo as a starting point.
  • Add your Parse account key as a secret environment variable.

That is all there is to it! You are now all set to continuously deploy to your Parse app on every push to github.

This is how an example travis build looks like.

NOTE: Remember to update the env var set in .travis.yml in this repo, with your own encrypted account key.

travis encrypt ACCOUNT_KEY=${your_parse_account_key}

If you do not do so, your setup will fail to push to Parse. Here is the appropriate commit.

About

Continuously deploy to Parse

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published