Continuous deploy fails to update
Description of the bug
Continuous deploy GitHub action doesn't seem to be working as expected.
To Reproduce
- Start GitHub action
Expected behavior
Deploys update/build properly
Actual behavior
Throws error:
Could not create a new EAS Update: Error: The process '/opt/hostedtoolcache/eas-cli/9.0.7/x64/node_modules/.bin/eas' failed with exit code 1
Additional context
hi there! could you try to re-run the failed github action job and enable the debug log. it will show more errors.
Yeah I'll test this out and post back here!
Got the same error, enabled debug logs and ran into:
Generating a new Keystore is not supported in --non-interactive mode Error: build command failed.
Followed the steps in https://github.com/expo/eas-cli/issues/476 (ran it locally interactively) and it's now sorted. Have to do it for both platforms.
Documentation for this action has been updated to detail that an initial run of the build needs to be done manually to generate credentials ahead of use of this action. Thanks for the report!