mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-12-22 21:19:51 +05:30
re-enable PRs after this commit
This commit is contained in:
parent
23d151a0db
commit
514cf20ab3
@ -1,5 +1,6 @@
|
|||||||
pipeline:
|
pipeline:
|
||||||
build:
|
build:
|
||||||
|
event: [push, pull_request, tag, deployment]
|
||||||
image: node:bullseye-slim
|
image: node:bullseye-slim
|
||||||
commands:
|
commands:
|
||||||
- npm install
|
- npm install
|
||||||
@ -9,6 +10,7 @@ pipeline:
|
|||||||
- rm -rf *
|
- rm -rf *
|
||||||
- mv ../build/* .
|
- mv ../build/* .
|
||||||
push:
|
push:
|
||||||
|
event: [push, tag, deployment]
|
||||||
image: appleboy/drone-git-push
|
image: appleboy/drone-git-push
|
||||||
settings:
|
settings:
|
||||||
branch: build
|
branch: build
|
||||||
@ -20,6 +22,7 @@ pipeline:
|
|||||||
from_secret: ssh_key_git
|
from_secret: ssh_key_git
|
||||||
|
|
||||||
update:
|
update:
|
||||||
|
event: [push, tag, deployment]
|
||||||
image: appleboy/drone-ssh
|
image: appleboy/drone-ssh
|
||||||
settings:
|
settings:
|
||||||
host:
|
host:
|
||||||
|
Loading…
Reference in New Issue
Block a user