Add CNAME to manual deploy script (#250)
This commit is contained in:
parent
202dc1ef01
commit
01636f5545
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@ make clean
|
||||||
make -j$nproc
|
make -j$nproc
|
||||||
|
|
||||||
cd site
|
cd site
|
||||||
|
|
||||||
|
echo maud.lambda.xyz > CNAME
|
||||||
|
|
||||||
git init
|
git init
|
||||||
git add .
|
git add .
|
||||||
git commit -m 'Deploy'
|
git commit -m 'Deploy'
|
||||||
|
|
Loading…
Add table
Reference in a new issue