summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--.drone.yml2
-rw-r--r--.gitignore1
2 files changed, 2 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"
diff --git a/.gitignore b/.gitignore
index 267df00..10b4f18 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 .idea
 *.log
 tmp/
+*.html