diff options
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml index 1d017db..33eca29 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 "cd public_html && git pull && cd .. && touch success" + - ssh crystal@tilde.institute -i /tmp/drone_key "cd public_html && git pull && cd src/org/ && chmod +x ./export.sh && ./export.sh" |