Compare commits

..

No commits in common. "74bd01a35162926c0f737412e243177e90fef995" and "543b3742f479e9f9bec12df536e608465662a053" have entirely different histories.

View File

@ -1,23 +1,8 @@
kind: pipeline kind: pipeline
type: docker name: default
name: build_and_push
steps: steps:
- name: build_docker_image - name: test
image: plugins/docker image: node:14
settings: commands:
repo: adminsoftwarecraft/opengis - echo "Hello, Drone CI!"
tags:
- latest
- ${DRONE_COMMIT_SHA}
username:
from_secret: docker_username
password:
from_secret: docker_password
dockerfile: Dockerfile
build_args:
- NODE_ENV=production
trigger:
event:
- push