Build site with Drone #12

Merged
Brain merged 3 commits from drone into main 2022-11-22 20:51:48 +01:00
Showing only changes of commit 99441de1ad - Show all commits

View File

@ -18,6 +18,8 @@ steps:
- npm run lint - npm run lint
- name: build - name: build
image: node:18 image: node:18
environment:
NODE_OPTIONS: '--openssl-legacy-provider'
commands: commands:
- npm run build - npm run build
@ -35,11 +37,13 @@ trigger:
steps: steps:
- name: build - name: build
image: node:18 image: node:18
environment:
NODE_OPTIONS: '--openssl-legacy-provider'
commands: commands:
- npm install - npm install
- npm run build - npm run build
--- ---
kind: signature kind: signature
hmac: 6154618a4e25c2da0b4f8b39783abc0ab77b40fabab8f714d89438c21ffd6790 hmac: 1379c171ca346c7f99acfcf60800ce1776d2341b34a1023c5862b79b13606703
... ...