drone: make morss-helper executable for deploy
continuous-integration/drone/push Build is failing Details

pictuga 2021-12-29 14:20:18 +01:00
parent 676be4a4fe
commit 6c7c0f22fd
1 changed files with 2 additions and 1 deletions

View File

@ -53,8 +53,9 @@ steps:
script_stop: true
script:
- sudo pip install --upgrade dist/morss.tar.gz[full]
- sudo mv morss-helper /usr/local/bin/morss-helper
- sudo rm -r dist
- sudo mv morss-helper /usr/local/bin/morss-helper
- sudo chmod +x /usr/local/bin/morss-helper
- sudo morss-helper reload
trigger: