Update .gitlab-ci.yml file
This commit is contained in:
parent
dbe8900fb2
commit
2462c7b91e
@ -15,7 +15,7 @@ deploy_website:
|
|||||||
- git clone --depth=1 --single-branch --branch main "https://x-access-token:$TOKEN@gitlab.cantorgymnasium.de/cantortechnik/website-build.git" /tmp/gh-pages
|
- git clone --depth=1 --single-branch --branch main "https://x-access-token:$TOKEN@gitlab.cantorgymnasium.de/cantortechnik/website-build.git" /tmp/gh-pages
|
||||||
- rm -rf /tmp/gh-pages/*
|
- rm -rf /tmp/gh-pages/*
|
||||||
- export OLD_PATH=$PWD
|
- export OLD_PATH=$PWD
|
||||||
- cp public/* /tmp/gh-pages
|
- cp -r public/* /tmp/gh-pages
|
||||||
- cd /tmp/gh-pages
|
- cd /tmp/gh-pages
|
||||||
- git add .
|
- git add .
|
||||||
- git commit -m "$CI_COMMIT_MESSAGE"
|
- git commit -m "$CI_COMMIT_MESSAGE"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user