summary refs log tree commit diff stats
path: root/.drone.yml
diff options
context:
space:
mode:
authorCrystal <crystal@wizard.tower>2024-04-19 20:03:59 +0100
committerCrystal <crystal@wizard.tower>2024-04-19 20:03:59 +0100
commitc6e1bfbe01d8fa33ced8abb86b75b0dbf02adbff (patch)
tree9601497b4bf3f099178ff188e722547fc6f4df16 /.drone.yml
parentbb6dfe8cd2675247e52f91ea516d8a64955a8b5e (diff)
downloadwww-c6e1bfbe01d8fa33ced8abb86b75b0dbf02adbff.tar.gz
Remove junk (html files) preparing for git exports
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml2
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"