remove woodpecker :(

This commit is contained in:
Midou36O 2022-08-31 09:11:56 +01:00
parent e3f718475d
commit 9c0535d730
Signed by: midou
GPG Key ID: 08063D5407090BC2

View File

@ -1,44 +0,0 @@
pipeline:
build:
when:
event: [push, pull_request]
image: node:current-bullseye-slim
commands:
- npm install
- npm run build
- pwd
- mv build/ ../
- rm -rf *
- mv ../build/* .
push:
when:
event: [push]
image: appleboy/drone-git-push
settings:
branch: build
remote: git@github.com:ProjectSegfault/website.git
force: true
commit: true
commit_message: Successfully built the page.
ssh_key:
from_secret: ssh_key_git
update:
when:
event: [push]
image: appleboy/drone-ssh
settings:
host:
- projectsegfau.lt
username: gitea
key:
from_secret: ssh_key
port: 6665
command_timeout: 1m
script:
- cd /var/www/
- rm -rf html
- git clone -b build https://github.com/ProjectSegfault/website.git html
- cd html
# I HATE GIT AND HOW THEY FORCE THIS
# todo: do the funny pull but find a way to accept the changes.
branches: main