gitignore

This commit is contained in:
mira
2026-03-15 16:02:41 +01:00
parent c72cd4aa4e
commit 85e387f99a
2 changed files with 12 additions and 0 deletions

11
deploy.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
cd content
# 1. Save any new comments first
git add comments.csv
git commit -m "chore: save comments before update"
git push origin main
# 2. Now update the whole blog
cd ..
git pull
git submodule update --init --recursive