Update secrets and repository URLs in .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-03-28 20:54:07 +01:00
parent f21726fcfd
commit b8bcf9f540

View File

@@ -6,9 +6,9 @@ steps:
image: node:latest image: node:latest
environment: environment:
USERNAME: USERNAME:
from_secret: docker_username from_secret: git_username
PASSWORD: PASSWORD:
from_secret: docker_password from_secret: git_password
commands: commands:
- npm install - npm install
- node -v - node -v
@@ -16,10 +16,10 @@ steps:
- name: create-docker-image-insider - name: create-docker-image-insider
image: plugins/docker image: plugins/docker
settings: settings:
registry: hub.docker.com registry: git.dinawo.fr
repo: hub.docker.com/dinawo/cdn-app-insider repo: git.dinawo.fr/drone/cdn-app-insider
tags: latest tags: latest
username: username:
from_secret: docker_username from_secret: git_username
password: password:
from_secret: docker_password from_secret: git_password