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