Remove junk (html files) preparing for git exports
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Crystal 2024-04-19 20:03:59 +01:00
parent bb6dfe8cd2
commit c6e1bfbe01
2 changed files with 2 additions and 1 deletions

View File

@ -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"

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
.idea
*.log
tmp/
*.html