Add CNAME to manual deploy script ()

This commit is contained in:
Chris Wong 2021-01-06 23:33:00 +13:00 committed by GitHub
parent 202dc1ef01
commit 01636f5545
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,9 @@ make clean
make -j$nproc
cd site
echo maud.lambda.xyz > CNAME
git init
git add .
git commit -m 'Deploy'