server/.drone.yml
Artem Anufrij 22c0eea6ae
All checks were successful
continuous-integration/drone/push Build is passing
drone docker
2023-02-14 01:01:57 +01:00

21 lines
398 B
YAML

kind: pipeline
name: default
steps:
- name: build
image: node:latest
commands:
- npm install
- name: docker-build
image: plugins/docker
settings:
registry: code.anufrij.de
repo: code.anufrij.de/webplay/server
tags: latest
dockerfile: ./docker/Dockerfile
username:
from_secret: username
password:
from_secret: password