A0deploy export does not download action flows?

Hi.
I’m currently migration our RULES and HOOKS towards ACTIONS.
That gives me 8 POST-LOGIN rules I had to set up, in a very specific order, in the LOGIN ACTION flow.
When I run the a0deploy export so I can update my gitlab config to deploy my setup towards our other environments, I see my action scripts files and their references in the tennant file, but no trace of my flow, am I missing something or do we have to create those manually from one environment to the other?

tx

Hi @pierre.garon,

Welcome to the Auth0 Community!

I understand you are looking for clarification on how to set up your Actions flows with the Auth0 Deploy CLI.

You can use the triggers object and deploy your Actions and manage the order in which they flow.

Here’s an example:

triggers:
  post-change-password:
    - action_name: pw-change-test
      display_name: pw test
  post-login:
    - action_name: post-login-test
      display_name: login test
1 Like

Great thanks a bunch, worked like a charm!! :sunglasses:

1 Like

Great! Thanks for the feedback!

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