sentry-demos / ios

iOS Empower Plant
1 stars 4 forks source link

deploy script WIP #35

Closed realkosty closed 1 year ago

realkosty commented 1 year ago

The idea is to automate existing manual release process.

Background: We need to create releases so that TDA can use it to point Saucelabs (Selenium) to use it as app bundle to run in VM against which tests are continuously run in order to stream data to testorg-az/demo. This could've been a cloud storage bucket but historically we have used GH releases for this so I decided to keep it that way.

Current state: seems to upload release correctly but then TDA fails to start the VM when provided that app bundle...

realkosty commented 1 year ago

@armcknight I implemented all your suggestions (except `craft) from this PR here: https://github.com/sentry-demos/ios/pull/50