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