mirror of
https://github.com/vale981/stocproc
synced 2025-03-05 09:41:42 -05:00
still working on it
This commit is contained in:
parent
d1805b5d77
commit
0bc569446b
1 changed files with 4 additions and 2 deletions
|
@ -46,6 +46,8 @@ after_success:
|
||||||
- git config user.email "$COMMIT_AUTHOR_EMAIL"
|
- git config user.email "$COMMIT_AUTHOR_EMAIL"
|
||||||
- git add .
|
- git add .
|
||||||
- SHA=`git rev-parse --verify HEAD`
|
- SHA=`git rev-parse --verify HEAD`
|
||||||
- commit -m "Deploy to GitHub Pages: ${SHA}"
|
- REPO=`git config remote.origin.url`
|
||||||
- git push
|
- SSH_REPO=${REPO/https:\/\/github.com\//git@github.com:}
|
||||||
|
- git commit -m "Deploy to GitHub Pages: ${SHA}"
|
||||||
|
- git push $SSH_REPO gh-pages
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue