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
I'm using a deploy hook in a github action to deploy to production on release creation.
Is it possible to use the filter flag with a deploy hook?
Something like: turbo run <deploy-hook> --filter="...[HEAD^1]"
Or can I otherwise get list of workspaces with changes?
I have tried turbo run build --filter="...[HEAD^1]" --dry-run=json unsuccessfully.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm using a deploy hook in a github action to deploy to production on release creation.
Is it possible to use the filter flag with a deploy hook?
Something like:
turbo run <deploy-hook> --filter="...[HEAD^1]"
Or can I otherwise get list of workspaces with changes?
I have tried
turbo run build --filter="...[HEAD^1]" --dry-run=json
unsuccessfully.Beta Was this translation helpful? Give feedback.
All reactions