You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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 |