From 1bbb73773d8b97c51e086befdc398998e27de9dc Mon Sep 17 00:00:00 2001 From: SKairinos Date: Fri, 29 Nov 2024 18:48:57 +0000 Subject: [PATCH] fix: deploy static --- .deploy/static.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .deploy/static.json diff --git a/.deploy/static.json b/.deploy/static.json new file mode 100644 index 0000000..ceecaf9 --- /dev/null +++ b/.deploy/static.json @@ -0,0 +1,3 @@ +{ + "artifactUrl": "REPLACE_IN_PIPELINE" +}