Files
CDN-APP-INSIDER/.drone.yml
Dinawo b8bcf9f540
All checks were successful
continuous-integration/drone/push Build is passing
Update secrets and repository URLs in .drone.yml
2024-03-28 20:54:07 +01:00

25 lines
527 B
YAML

kind: pipeline
name: build-and-deploy
steps:
- name: build
image: node:latest
environment:
USERNAME:
from_secret: git_username
PASSWORD:
from_secret: git_password
commands:
- npm install
- node -v
- name: create-docker-image-insider
image: plugins/docker
settings:
registry: git.dinawo.fr
repo: git.dinawo.fr/drone/cdn-app-insider
tags: latest
username:
from_secret: git_username
password:
from_secret: git_password