You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry we had not seen this previously. Thank you for the feedback!
We are working on a few different features in Oxygen. The result of that work should be the desired workflow you specified being possible in the near future.
I just stumbled hard across this problem:
Why are you using magic comments at the top of the workflow file to identify the storefront ID?
This makes it impossible to deploy to multiple storefronts from the same workflow. Also, it is very obscure and easy to break.
Is there a specific reason to not simply pass the storefront id as normal parameter? (or just derive it from the deployment token)
Bonus points:
For context, here is what we want to do (optimally in a single workflow):
This is impossible right now, since each branch is tied to an environment and each workflow file is tied to a single storefront.
The text was updated successfully, but these errors were encountered: