Files
Julianum/.drone.yml
Dinawo 9233856850
All checks were successful
continuous-integration/drone Build is passing
chore: Update Dockerfile to use Node.js version 22 and expose port 8005
2024-07-04 16:19:43 +02:00

25 lines
500 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: docker
image: plugins/docker
settings:
registry: git.dinawo.fr
repo: git.dinawo.fr/drone/julianium
tags: latest
username:
from_secret: git_username
password:
from_secret: git_password