From 42b8bcc32a3355f3ac8b2c03f2e656e96c4be305 Mon Sep 17 00:00:00 2001 From: Naman Sood Date: Fri, 17 Dec 2021 03:16:09 -0500 Subject: [PATCH] github: send fonts to deploy Signed-off-by: Naman Sood --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4fb8727..f624a60 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -43,7 +43,7 @@ jobs: TIME=$(date +%Y%m%d-%H%M%S) FILENAME=prose-${TIME}.tar.gz mkdir -p static/css - tar -czf $FILENAME prose static/ styles/ templates/ posts/ + tar -czf $FILENAME prose fonts/ static/ styles/ templates/ posts/ MACHINE_IP="$(tailscale ip -6 $MACHINE)" echo $FILENAME "github@[$MACHINE_IP]:/home/github/" scp -i ~/.ssh/key $FILENAME "github@[$MACHINE_IP]:/home/github/"