Files
CDN-APP-INSIDER/.drone.yml
Dinawo d76a781680
Some checks failed
continuous-integration/drone/push Build was killed
continuous-integration/drone Build was killed
Update v1.0.0-beta.12, addition of external APIs and optimization
2024-05-28 20:20:52 +02:00

28 lines
551 B
YAML

kind: pipeline
name: default
steps:
- name: build-node
image: node:latest
environment:
USERNAME:
from_secret: git_username
PASSWORD:
from_secret: git_password
commands:
- npm install
- node -v
- name: build-docker-image
image: plugins/docker
settings:
repo: swiftlogiclabs/cdn-app-insider
tags:
- latest
- v1.0.0-beta.12
dockerfile: Dockerfile
username:
from_secret: docker_username
password:
from_secret: docker_password