Automatic deploy through Expo

Hi, I’m working on an app built on Expo.

I’m wondering if there is any way for me to automatically deploy my master branch to the expo public deploy.

Is this possible through a script I could run on Circle CI?

Thanks!

Hi! You should be able to run exp in CI like you run other command-line tools. You can specify a username and password with exp login --username USERNAME --password PASSWORD. If I remember correctly, CircleCI lets you specify “secure” environment variables which are not printed in log output, so you could put your username and password in those environment variables.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.