diff options
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml index a785b21..1d017db 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,4 +26,4 @@ steps: - ssh-add /tmp/drone_key # Replace with actual server details (host, username, command) - - ssh crystal@tilde.institute -i /tmp/drone_key "touch hello_im_emu" + - ssh crystal@tilde.institute -i /tmp/drone_key "cd public_html && git pull && cd .. && touch success" |