summary refs log tree commit diff stats
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
parentbb6dfe8cd2675247e52f91ea516d8a64955a8b5e (diff)
downloadwww-c6e1bfbe01d8fa33ced8abb86b75b0dbf02adbff.tar.gz
Remove junk (html files) preparing for git exports
-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