forked from ProjectSegfault/website
more hacks...oh god.
This commit is contained in:
parent
82e30cb527
commit
b2e5a92246
@ -13,7 +13,7 @@ pipeline:
|
|||||||
settings:
|
settings:
|
||||||
branch: build
|
branch: build
|
||||||
remote: git@git.projectsegfau.lt:ProjectSegfault/website.git
|
remote: git@git.projectsegfau.lt:ProjectSegfault/website.git
|
||||||
force: false
|
force: true
|
||||||
commit: true
|
commit: true
|
||||||
commit_message : Successfully built the page.
|
commit_message : Successfully built the page.
|
||||||
ssh_key:
|
ssh_key:
|
||||||
@ -30,5 +30,11 @@ pipeline:
|
|||||||
port: 6665
|
port: 6665
|
||||||
command_timeout: 1m
|
command_timeout: 1m
|
||||||
script:
|
script:
|
||||||
- cd /var/www/html
|
- cd /var/html
|
||||||
|
- rm -rf html
|
||||||
|
- git clone https://git.projectsegfau.lt/ProjectSegfault/website.git html
|
||||||
|
- cd html
|
||||||
|
- git checkout build
|
||||||
- git pull
|
- git pull
|
||||||
|
# I HATE GIT AND HOW THEY FORCE THIS
|
||||||
|
# todo: do the funny pull but find a way to accept the changes.
|
||||||
|
Loading…
Reference in New Issue
Block a user