This commit is contained in:
parent
cf72fb9356
commit
1f27befc94
1 changed files with 15 additions and 0 deletions
15
.drone.yml
Normal file
15
.drone.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
kind: pipeline
|
||||
name: default
|
||||
steps:
|
||||
- name: build
|
||||
image: node:16.16.0-alpine3.15
|
||||
commands:
|
||||
- npm i
|
||||
- npm run build
|
||||
|
||||
- name: publish
|
||||
image: itsblue.dev/plugins/codeberg-pages-deploy
|
||||
settings:
|
||||
folder: public
|
||||
ssh_key:
|
||||
from_secret: gitea-ssh-key
|
Loading…
Reference in a new issue