initial repo

This commit is contained in:
2026-04-19 00:22:12 +02:00
commit 34bad7e661
2 changed files with 12 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
alias p := push
alias l := pull
remote_repo := "tuxcord.net:/var/www/pacman.tuxcord.net/repo/"
push:
rsync -rltDP repo/ {{ remote_repo }}
pull:
mkdir repo
rsync -rltDP {{ remote_repo }} repo/