Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
Add CNAME file when publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
nwmac committed Jul 23, 2020
1 parent 7147c81 commit c3c9c73
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ echo "Copying newer site content ..."
rsync --delete --exclude=.git -r $DIR/build/ ./website

cd website

echo "Adding CNAME file"
echo "stratos.app" > CNAME

echo "Adding all files"
git add -A
git commit -m "${msg}"
Expand Down

0 comments on commit c3c9c73

Please sign in to comment.