Files
CDN-APP-INSIDER/.drone.yml
Dinawo ce8f1bbbac
All checks were successful
continuous-integration/drone/push Build is passing
Update v1.0.0-beta.13
Several modifications made to the API and several bug fixes
2024-06-02 18:13:28 +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.13
dockerfile: Dockerfile
username:
from_secret: docker_username
password:
from_secret: docker_password