mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-04-19 16:58:55 +00:00
Chmod +x youmubot before starting
This commit is contained in:
parent
bc9e45969a
commit
18ab9a3434
1 changed files with 3 additions and 1 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
@ -53,4 +53,6 @@ jobs:
|
|||
username: ${{ secrets.USERNAME }}
|
||||
key: ${{ secrets.SSH_KEY }}
|
||||
port: ${{ secrets.PORT }}
|
||||
script: systemctl --user restart youmubot
|
||||
script: |
|
||||
chmod +x youmubot/youmubot
|
||||
systemctl --user restart youmubot
|
||||
|
|
Loading…
Add table
Reference in a new issue