👷 Fixed service name in Drone CI config
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Maxim Lebedev 2023-03-15 15:24:37 +06:00
parent 7daecfacfd
commit 29c3fa09cf
Signed by: toby3d
GPG Key ID: 1F14E25B7C119FC5
1 changed files with 3 additions and 3 deletions

View File

@ -33,11 +33,11 @@ steps:
key:
from_secret: "SSH_PRIVATE_KEY"
source: "./hub"
target: "/etc/hub/"
target: "/etc/hub/hub"
prescript:
- "systemctl stop websub"
- "systemctl stop hub"
script:
- "systemctl start websub"
- "systemctl start hub"
depends_on:
- build