Files
CDN-APP-INSIDER/.drone.yml
Dinawo 243ab5f55e
Some checks failed
continuous-integration/drone/push Build was killed
continuous-integration/drone Build was killed
V1.0.0-beta.17 Update 1
Note: We appreciate your feedback and bug reports to continue improving our platform. Thank you for your continued support!
2024-12-01 22:18:07 +01: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.17
dockerfile: Dockerfile
username:
from_secret: docker_username
password:
from_secret: docker_password