initial commit

This commit is contained in:
Dinawo
2024-06-11 23:18:25 +02:00
parent 6d8d5fcd6c
commit 8484a534db
3361 changed files with 493837 additions and 0 deletions

25
.drone.yml Normal file
View File

@@ -0,0 +1,25 @@
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/cdn-app-website-presentation
tags: latest
username:
from_secret: git_username
password:
from_secret: git_password