mirror of
https://github.com/KevinMidboe/seasoned.git
synced 2026-03-11 11:55:38 +00:00
Merge branch 'feat/vite' of github.com:kevinmidboe/seasoned into feat/vite
This commit is contained in:
18
.drone.yml
18
.drone.yml
@@ -25,7 +25,7 @@ steps:
|
||||
path: /cache
|
||||
|
||||
- name: Frontend install
|
||||
image: node:18.2.0
|
||||
image: node:24.13.1
|
||||
commands:
|
||||
- node -v
|
||||
- yarn --version
|
||||
@@ -42,8 +42,14 @@ steps:
|
||||
- name: cache
|
||||
path: /cache
|
||||
|
||||
- name: Lint project using eslint
|
||||
image: node:24.13.1
|
||||
commands:
|
||||
- yarn lint
|
||||
failure: ignore
|
||||
|
||||
- name: Frontend build
|
||||
image: node:18.2.0
|
||||
image: node:24.13.1
|
||||
commands:
|
||||
- yarn build
|
||||
environment:
|
||||
@@ -56,12 +62,6 @@ steps:
|
||||
SEASONED_DOMAIN:
|
||||
from_secret: SEASONED_DOMAIN
|
||||
|
||||
- name: Lint project using eslint
|
||||
image: node:18.2.0
|
||||
commands:
|
||||
- yarn lint
|
||||
failure: ignore
|
||||
|
||||
- name: Build and publish docker image
|
||||
image: plugins/docker
|
||||
settings:
|
||||
@@ -107,6 +107,6 @@ trigger:
|
||||
# - pull_request
|
||||
---
|
||||
kind: signature
|
||||
hmac: 8f76d7d8af65a215a4abafe7db270f93a4ae76d116db5ce6f1895af25354ff2d
|
||||
hmac: 6f10b2871d2bd6b5cd26ddf72796325991ba211ba1eb62b657baf993e9d549c8
|
||||
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user