Compare commits
No commits in common. "24506c7152ac0ab931cf06779c36cea45a7d8465" and "fbeba44cff648694c0094d46ee3c3e08bd2c931d" have entirely different histories.
24506c7152
...
fbeba44cff
59
.drone.yml
59
.drone.yml
@ -1,59 +0,0 @@
|
|||||||
---
|
|
||||||
kind: pipeline
|
|
||||||
type: docker
|
|
||||||
name: build
|
|
||||||
|
|
||||||
trigger:
|
|
||||||
branch:
|
|
||||||
- main
|
|
||||||
event:
|
|
||||||
- push
|
|
||||||
- pull_request
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: lint
|
|
||||||
image: node:18
|
|
||||||
commands:
|
|
||||||
- npm install
|
|
||||||
- npm run lint
|
|
||||||
- name: build
|
|
||||||
image: node:18
|
|
||||||
environment:
|
|
||||||
NODE_OPTIONS: '--openssl-legacy-provider'
|
|
||||||
commands:
|
|
||||||
- npm run build
|
|
||||||
|
|
||||||
---
|
|
||||||
kind: pipeline
|
|
||||||
type: docker
|
|
||||||
name: deploy
|
|
||||||
|
|
||||||
trigger:
|
|
||||||
branch:
|
|
||||||
- main
|
|
||||||
event:
|
|
||||||
- push
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: build
|
|
||||||
image: node:18
|
|
||||||
environment:
|
|
||||||
NODE_OPTIONS: '--openssl-legacy-provider'
|
|
||||||
commands:
|
|
||||||
- npm install
|
|
||||||
- npm run build
|
|
||||||
- name: deploy
|
|
||||||
image: drillster/drone-rsync
|
|
||||||
settings:
|
|
||||||
hosts: [ "www.wtf-eg.net" ]
|
|
||||||
user: onboarding
|
|
||||||
key:
|
|
||||||
from_secret: SSH_KEY
|
|
||||||
source: ./dist
|
|
||||||
target: /srv/www/onboarding.wtf-eg.de/
|
|
||||||
recursive: true
|
|
||||||
---
|
|
||||||
kind: signature
|
|
||||||
hmac: a64063ea577aa43936857eae4a544695de0f3b3ee20e80646df9e75b2130e4ff
|
|
||||||
|
|
||||||
...
|
|
Loading…
x
Reference in New Issue
Block a user