Refactor .drone.yml to update pipeline name and use the 'build' step instead of 'build-node', and update the Docker plugin settings to use the new registry and repository.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-05-08 01:23:35 +02:00
parent 93f24a9ab4
commit bb45e5d131

View File

@@ -1,8 +1,8 @@
kind: pipeline kind: pipeline
name: default name: build-and-deploy
steps: steps:
- name: build-node - name: build
image: node:latest image: node:latest
environment: environment:
USERNAME: USERNAME:
@@ -13,12 +13,12 @@ steps:
- npm install - npm install
- node -v - node -v
- name: build-docker-image - name: docker
image: plugins/docker image: plugins/docker
settings: settings:
repo: swiftlogiclabs/cdn-app-insider registry: git.dinawo.fr
repo: git.dinawo.fr/Dinawo/cdn-app-insider
tags: latest tags: latest
dockerfile: Dockerfile
username: username:
from_secret: git_username from_secret: git_username
password: password: