mirror of
https://github.com/cupcakearmy/rauchmelder.git
synced 2024-12-22 16:16:28 +00:00
Rauchmelder
This commit is contained in:
parent
b829c8718c
commit
1404a4345a
@ -4,6 +4,7 @@ name: default
|
|||||||
steps:
|
steps:
|
||||||
- name: install
|
- name: install
|
||||||
image: node:11-alpine
|
image: node:11-alpine
|
||||||
|
pull: always
|
||||||
commands:
|
commands:
|
||||||
- node -v
|
- node -v
|
||||||
- npm -v
|
- npm -v
|
||||||
@ -11,11 +12,13 @@ steps:
|
|||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: node:11-alpine
|
image: node:11-alpine
|
||||||
|
pull: always
|
||||||
commands:
|
commands:
|
||||||
- npm run build:prod
|
- npm run build:prod
|
||||||
|
|
||||||
- name: copy
|
- name: copy
|
||||||
image: cupcakearmy/drone-deploy
|
image: cupcakearmy/drone-deploy
|
||||||
|
pull: always
|
||||||
environment:
|
environment:
|
||||||
PLUGIN_KEY:
|
PLUGIN_KEY:
|
||||||
from_secret: ssh_key
|
from_secret: ssh_key
|
||||||
|
Loading…
Reference in New Issue
Block a user