Files
CDN-APP-INSIDER/.drone.yml
Dinawo f21726fcfd
Some checks failed
continuous-integration/drone/push Build is failing
Update package.json version to 1.0.0-beta.10
2024-03-28 20:47:57 +01:00

26 lines
543 B
YAML

kind: pipeline
name: build-and-deploy
steps:
- name: build
image: node:latest
environment:
USERNAME:
from_secret: docker_username
PASSWORD:
from_secret: docker_password
commands:
- npm install
- node -v
- name: create-docker-image-insider
image: plugins/docker
settings:
registry: hub.docker.com
repo: hub.docker.com/dinawo/cdn-app-insider
tags: latest
username:
from_secret: docker_username
password:
from_secret: docker_password