Updated deploy.sh
This commit is contained in:
parent
d0ada23bf1
commit
04cd2c9ed2
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
Loading…
Reference in a new issue