This commit is contained in:
parent
c6285829d4
commit
52d95552dd
@ -17,7 +17,7 @@ steps:
|
||||
- git config --global --add safe.directory $CI_WORKSPACE/$CI_REPO_OWNER/$CI_REPO_NAME/deploy
|
||||
- git clone -b pages $CI_REPO_CLONE_URL deploy
|
||||
- cd deploy
|
||||
- git remote set-url origin https://$TOKEN@git.polynom.me/$CI_REPO_OWNER/$CI_REPO_NAME.git
|
||||
- git remote set-url origin https://$GIT_PUSH_TOKEN@git.polynom.me/$CI_REPO_OWNER/$CI_REPO_NAME.git
|
||||
- cp -rf ../public/* .
|
||||
- git add --all
|
||||
- git commit -m "Deploy new version $CI_COMMIT_SHA"
|
||||
|
Loading…
Reference in New Issue
Block a user