This commit is contained in:
Midou36O 2022-08-11 13:54:56 +01:00
parent 095eb45713
commit 38a1f96370
Signed by untrusted user: midou
GPG Key ID: 08063D5407090BC2

View File

@ -18,8 +18,8 @@ pipeline:
commit_message : Successfully built the page. commit_message : Successfully built the page.
ssh_key: ssh_key:
from_secret: ssh_key_git from_secret: ssh_key_git
when: #when:
event: [push, tag, deployement] #event: [push, tag, deployement]
update: update:
image: appleboy/drone-ssh image: appleboy/drone-ssh
settings: settings:
@ -36,8 +36,8 @@ pipeline:
- git clone https://git.projectsegfau.lt/ProjectSegfault/website.git html - git clone https://git.projectsegfau.lt/ProjectSegfault/website.git html
- cd html - cd html
- git checkout build - git checkout build
when: #when:
event: [push, tag, deployement] #event: [push, tag, deployement]
# I HATE GIT AND HOW THEY FORCE THIS # I HATE GIT AND HOW THEY FORCE THIS
# todo: do the funny pull but find a way to accept the changes. # todo: do the funny pull but find a way to accept the changes.
branches: main branches: main