Fix source path for deploy
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
FRR
2025-07-05 17:01:17 +08:00
parent db6199b221
commit 31635e83fb

View File

@ -20,6 +20,6 @@ steps:
username: root username: root
port: 2222 port: 2222
target: /var/www/dev target: /var/www/dev
source: build/* source: app/*
key: key:
from_secret: SSH_KEY from_secret: SSH_KEY