From 5f74e0454cfaf887c9e66908895090c3eec70ad7 Mon Sep 17 00:00:00 2001 From: Midou36O <45198486+Midou36O@users.noreply.github.com> Date: Mon, 15 Aug 2022 14:10:55 +0000 Subject: [PATCH] Gitea is not being used here anymore. --- .woodpecker.yml | 45 --------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 .woodpecker.yml diff --git a/.woodpecker.yml b/.woodpecker.yml deleted file mode 100644 index 449768b..0000000 --- a/.woodpecker.yml +++ /dev/null @@ -1,45 +0,0 @@ -pipeline: - build: - when: - event: [push, pull_request] - image: node: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@git.projectsegfau.lt: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 https://git.projectsegfau.lt/ProjectSegfault/website.git html - - cd html - - git checkout build - # I HATE GIT AND HOW THEY FORCE THIS - # todo: do the funny pull but find a way to accept the changes. -branches: main