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