From 27836fb497f685da67b02c10246e5b264b3bf7e4 Mon Sep 17 00:00:00 2001 From: Michael Hollister Date: Mon, 11 Nov 2024 18:10:10 -0600 Subject: [PATCH] Fixing deploy script path --- receivers/electron/.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/receivers/electron/.gitlab-ci.yml b/receivers/electron/.gitlab-ci.yml index 43a8ccc..c87cae8 100644 --- a/receivers/electron/.gitlab-ci.yml +++ b/receivers/electron/.gitlab-ci.yml @@ -72,5 +72,5 @@ deploy: - cd receivers/electron - pip install boto3 script: - - python3 scripts/deploy.py + - python3 scripts/deploy/deploy.py when: manual