Replies: 3 comments 2 replies
-
|
G'day mate, There's some docs on environment specific scripts here: https://erikbra.github.io/grate/environment-scripts/ tldr; is that yes, you can have scripts that only run in |
Beta Was this translation helpful? Give feedback.
-
|
Thank you for your answer. I have one question. In the filename, do I have to specified I don't understand if this is mandatory or it is only an example? |
Beta Was this translation helpful? Give feedback.
-
|
Per the docs, when we see |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to organize the scripts for creating the database structure running the script in a particular order and based on the environment.
What do you recommend? I have some scripts that run in dev and test but not in production. Can I create the files like
when
environment1is dev andenvironment2is test? Sometimes I have script for all environment. So, can I have a file likethat is executed after 0001 for all environment?
Beta Was this translation helpful? Give feedback.
All reactions