github: send fonts to deploy
Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
parent
4c39700474
commit
42b8bcc32a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -43,7 +43,7 @@ jobs:
|
||||||
TIME=$(date +%Y%m%d-%H%M%S)
|
TIME=$(date +%Y%m%d-%H%M%S)
|
||||||
FILENAME=prose-${TIME}.tar.gz
|
FILENAME=prose-${TIME}.tar.gz
|
||||||
mkdir -p static/css
|
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)"
|
MACHINE_IP="$(tailscale ip -6 $MACHINE)"
|
||||||
echo $FILENAME "github@[$MACHINE_IP]:/home/github/"
|
echo $FILENAME "github@[$MACHINE_IP]:/home/github/"
|
||||||
scp -i ~/.ssh/key $FILENAME "github@[$MACHINE_IP]:/home/github/"
|
scp -i ~/.ssh/key $FILENAME "github@[$MACHINE_IP]:/home/github/"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue