Updated deploy.sh

This commit is contained in:
Prozilla 2023-07-29 18:37:55 +02:00
parent d0ada23bf1
commit 04cd2c9ed2
No known key found for this signature in database
GPG key ID: 5858DFE71CAF31EE

View file

@ -4,6 +4,10 @@ DOMAIN=os.prozilla.dev
COMMIT_MESSAGE="Deployed build to GitHub Pages"
REPO_URL="https://github.com/Prozilla/Prozilla-OS"
echo Domain: $DOMAIN
echo Commit message: $COMMIT_MESSAGE
echo -e "Repository: $REPO_URL\n"
echo $DOMAIN > build/CNAME
echo Deploying to GitHub Pages...
gh-pages -d build -m $COMMIT_MESSAGE -r $REPO_URL