Files
CDN-APP-INSIDER/.drone.yml
Dinawo 9ff4642a10
All checks were successful
continuous-integration/drone/push Build is passing
V1.0.0-beta.16 Update
Note: We appreciate your feedback and bug reports to continue improving our platform. Thank you for your continued support!
2024-10-27 16:48:30 +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.16
dockerfile: Dockerfile
username:
from_secret: docker_username
password:
from_secret: docker_password