From b0fc9fc93ce23a39e8e4a21092614126fc3229b8 Mon Sep 17 00:00:00 2001 From: Krishnan Shankar Date: Sun, 14 Apr 2024 19:36:36 -0400 Subject: [PATCH] Add Jetbrains run configurations --- .run/deploy.run.xml | 17 +++++++++++++++++ .run/dry-run.run.xml | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 .run/deploy.run.xml create mode 100644 .run/dry-run.run.xml diff --git a/.run/deploy.run.xml b/.run/deploy.run.xml new file mode 100644 index 0000000..083412e --- /dev/null +++ b/.run/deploy.run.xml @@ -0,0 +1,17 @@ + + + + \ No newline at end of file diff --git a/.run/dry-run.run.xml b/.run/dry-run.run.xml new file mode 100644 index 0000000..e347372 --- /dev/null +++ b/.run/dry-run.run.xml @@ -0,0 +1,17 @@ + + + + \ No newline at end of file