This commit is contained in:
parent
dc9ec27c3a
commit
464c3c4cd1
@ -17,7 +17,6 @@ steps:
|
||||
- git config --global --add safe.directory $CI_WORKSPACE/$CI_REPO_OWNER/$CI_REPO_NAME/deploy
|
||||
- git init -b pages public
|
||||
- cd public
|
||||
- git remote set-url origin https://$GIT_PUSH_TOKEN@git.polynom.me/$CI_REPO_OWNER/$CI_REPO_NAME.git
|
||||
- git add --all
|
||||
- git commit -m "Deploy new version $CI_COMMIT_SHA"
|
||||
- git push -u origin -f pages
|
||||
- git push -u https://$GIT_PUSH_TOKEN@git.polynom.me/$CI_REPO_OWNER/$CI_REPO_NAME.git -f pages
|
Loading…
Reference in New Issue
Block a user