Chain a deployment workflow after another?

Hi all, a question regarding the chaining of workflows. We are running out of build time for our dev workflow (one concurrency) because the deployment to itunes step results in a timeout.

Is there a possibility to run workflow No.1 (Setup, build and testing)
and
after that to trigger (with the trigger bitrise workflow step) another workflow No.2 which a) grabs the build of Workflow No.1 and deploys it to 1 to itunes c?

Thx for ur help. :slight_smile:

1 Like

Hy there!

I think if you cache the $BITRISE_DEPLOY_DIR then the next build on the same branch will have the artifact.
in theory, but definitely worth a try.

1 Like

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