Files
CDN-APP-INSIDER/.drone.yml
Dinawo a09fc0f2cc
All checks were successful
continuous-integration/drone/push Build is passing
Update PORT variable to use process.env.PORT or 5053
2024-03-27 18:23:55 +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