try to not to remove the target on deployment
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a8e7c06b75
commit
fa9404e335
@ -28,7 +28,7 @@ steps:
|
|||||||
host: poweronoff.click
|
host: poweronoff.click
|
||||||
target: /var/www/poweronoff.click
|
target: /var/www/poweronoff.click
|
||||||
source: public/*
|
source: public/*
|
||||||
rm: true
|
rm: false
|
||||||
strip_components: 1
|
strip_components: 1
|
||||||
username:
|
username:
|
||||||
from_secret: ssh_username
|
from_secret: ssh_username
|
||||||
|
Loading…
Reference in New Issue
Block a user