Dorian Zedler
810df65350
All checks were successful
continuous-integration/drone/push Build is passing
15 lines
No EOL
272 B
YAML
15 lines
No EOL
272 B
YAML
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: build
|
|
ssh_key:
|
|
from_secret: gitea-ssh-key |