mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-10 01:52:03 +05:30
Gitea is not being used here anymore.
This commit is contained in:
parent
b3bcfd6507
commit
5f74e0454c
@ -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
|
Loading…
Reference in New Issue
Block a user