1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-08-26 09:12:49 +00:00

Fixing deploy script path

This commit is contained in:
Michael Hollister 2024-11-11 18:10:10 -06:00
parent e910087728
commit dd308a9640

View file

@ -72,5 +72,5 @@ deploy:
- cd receivers/electron - cd receivers/electron
- pip install boto3 - pip install boto3
script: script:
- python3 scripts/deploy.py - python3 scripts/deploy/deploy.py
when: manual when: manual